14 lines
525 B
JSON
14 lines
525 B
JSON
|
{
|
||
|
"web": {
|
||
|
"issuer": "https://auth2.hottis.de/realms/hottis",
|
||
|
"auth_uri": "https://auth2.hottis.de/ealms/hottis/protocol/openid-connect/auth",
|
||
|
"client_id": "oidc-python-example",
|
||
|
"client_secret": "%CLIENT_SECRET%",
|
||
|
"redirect_uris": [
|
||
|
"http://localhost:8080/*"
|
||
|
],
|
||
|
"userinfo_uri": "https://auth2.hottis.de/realms/hottis/protocol/openid-connect/userinfo",
|
||
|
"token_uri": "https://auth2.hottis.de/realms/hottis/protocol/openid-connect/token"
|
||
|
}
|
||
|
}
|