enterprise/flex-auth integration layer
This commit is contained in:
parent
e33f296bdb
commit
6cb3b7b172
17 changed files with 1240 additions and 23 deletions
19
examples/policy/netkingdom-claims.yaml
Normal file
19
examples/policy/netkingdom-claims.yaml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
iss: https://sso.example.test/realms/netkingdom
|
||||
sub: user-123
|
||||
aud:
|
||||
- markitect-tool
|
||||
exp: 4102444800
|
||||
iat: 1767225600
|
||||
preferred_username: ada
|
||||
email: ada@example.test
|
||||
name: Ada Lovelace
|
||||
scope: openid profile markitect:read hub:read
|
||||
azp: markitect-cli
|
||||
realm_access:
|
||||
roles:
|
||||
- viewer
|
||||
groups:
|
||||
- /markitect/readers
|
||||
amr:
|
||||
- pwd
|
||||
- otp
|
||||
Loading…
Add table
Add a link
Reference in a new issue