...
Code Block |
---|
global secrets: oauth2: tokenClaims: id: "" email: "" name: "" lastName: "" givenName: "" |
Defaults, if no settings are provided:
Property | AzureAD/EntraId | KeyCloak |
---|---|---|
id |
|
|
|
| |
name |
|
|
lastName |
|
|
givenName |
|
|
Configure access rules
In a second step access rules and optional groups must be configured. To do so create a new text file “group-rules.yaml” and paste the following text into it:
...