From 715eac958fa1c2513b9a7524021db5c44b4bf7a3 Mon Sep 17 00:00:00 2001 From: Michael Gunder Date: Sun, 9 Jul 2023 18:56:19 +0200 Subject: [PATCH] docs: Fix image url paths --- docs/authorization/_index.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/authorization/_index.md b/docs/authorization/_index.md index eeced8280..5193b4572 100644 --- a/docs/authorization/_index.md +++ b/docs/authorization/_index.md @@ -94,7 +94,7 @@ because the defaults are set at half. Now the member and admin roles are created, the admin role is a composite role which comprises of member role.

- +

## Creating a client @@ -105,7 +105,7 @@ Now the member and admin roles are created, the admin role is a composite role w 4. Set `Valid Redirect URIs` to `http://localhost:8000/login/cb`.

- +

## Adding roles scope to token @@ -115,7 +115,7 @@ Now the member and admin roles are created, the admin role is a composite role w 3. Click `Save`

- +

## Attaching Roles to User @@ -125,7 +125,7 @@ Now the member and admin roles are created, the admin role is a composite role w 3. Go to `Role Mapping` tab and select `nebraska_admin` role and click on add selected to attach role to user. If you want to provide only member access access select the member role.

- +

# Preparing Auth0 as an OIDC provider for Nebraska @@ -139,7 +139,7 @@ Now the member and admin roles are created, the admin role is a composite role w 6. Click on `Save Changes`

- +

@@ -170,7 +170,7 @@ Now the rule to add the roles to the token is setup, the roles will be available Note: The `oidc-roles-path` argument accepts a JSONPath to fetch roles from the token, in this case set the value to `http://kinvolk\.io/roles`.

- +

# Preparing Dex with github connector as an OIDC provider for Nebraska