You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
662 B
JSON

{
"interactiveLogin": true,
"httpServer": "NettyWrapper",
"tokenCallbacks": [
{
"issuerId": "oauth2",
"tokenExpiry": 120,
"requestMappings": [
{
"requestParam": "client_id",
"match": "test-client",
"claims": {
"sub": "test-sub",
"aud": [
"test-aud"
],
"email": "admin@localhost.company",
"email_verified": true
}
}
]
}
]
}