You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Replace GitHub App with OAuth App instructions
- Update localhost URLs from 0.0.0.0 to localhost
- Change storage backend from sqlite3 to memory for easy of demo
Signed-off-by: Ervin Rácz <ervin.racz@protonmail.com>
Copy file name to clipboardExpand all lines: content/docs/latest/nebraska/authorization/_index.md
+30-59Lines changed: 30 additions & 59 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,9 +115,9 @@ Now the member and admin roles are created, the admin role is a composite role w
115
115
116
116
1. Click on `Client Scopes > nebraska-dedicated`.
117
117
2. Click on `Configure a new mapper`
118
-
2. Click on `User Client Role`
119
-
2. Set the name as `roles`, Select the `Mapper Type` as `User Client Role`, `Token Claim Name` as `roles` and Select `Claim JSON Type` as String.
120
-
3. Click `Save`
118
+
3. Click on `User Client Role`
119
+
4. Set the name as `roles`, Select the `Mapper Type` as `User Client Role`, `Token Claim Name` as `roles` and Select `Claim JSON Type` as String.
120
+
5. Click `Save`
121
121
122
122
{{< presentation "keycloak-scope-token" >}}
123
123
@@ -237,35 +237,17 @@ Note: The `oidc-roles-path` argument accepts a JSONPath to fetch roles from the
237
237
238
238
- Create a new `organization` in Github.
239
239
240
-
- Now you need a Github app, go to `https://github.com/organizations/<ORG>/settings/apps/new` and fill
241
-
the following fields:
242
-
-`GitHub App name` - just put some fancy name.
243
-
240
+
- Now you need to create an OAuth App, go to `https://github.com/organizations/<your-organization>/settings/applications` (Your Organization Settings > Developer Settongs > OAuth Apps) and fill the following fields:
0 commit comments