mirror of
https://github.com/offen/docker-volume-backup.git
synced 2024-11-10 00:30:29 +01:00
37 lines
952 B
JSON
37 lines
952 B
JSON
|
{
|
||
|
"interactiveLogin": true,
|
||
|
"httpServer": "NettyWrapper",
|
||
|
"tokenCallbacks": [
|
||
|
{
|
||
|
"issuerId": "issuer1",
|
||
|
"tokenExpiry": 120,
|
||
|
"requestMappings": [
|
||
|
{
|
||
|
"requestParam": "scope",
|
||
|
"match": "scope1",
|
||
|
"claims": {
|
||
|
"sub": "subByScope",
|
||
|
"aud": [
|
||
|
"audByScope"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"issuerId": "issuer2",
|
||
|
"requestMappings": [
|
||
|
{
|
||
|
"requestParam": "someparam",
|
||
|
"match": "somevalue",
|
||
|
"claims": {
|
||
|
"sub": "subBySomeParam",
|
||
|
"aud": [
|
||
|
"audBySomeParam"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|