16 lines
697 B
JSON
16 lines
697 B
JSON
|
{
|
||
|
"web": {
|
||
|
"auth_uri": "https://www.ssoapps.com/auth/realms/apps/protocol/openid-connect/auth",
|
||
|
"client_id": "apps",
|
||
|
"issuer": "https://www.ssoapps.com/auth/realms/apps",
|
||
|
"client_secret": "[Add your secret key here]",
|
||
|
"redirect_uris": [
|
||
|
"http://www.webfm.com/home",
|
||
|
"https://www.webfm.com/home"
|
||
|
],
|
||
|
"userinfo_uri": "https://www.ssoapps.com/auth/realms/apps/protocol/openid-connect/userinfo",
|
||
|
"token_uri": "https://www.ssoapps.com/auth/realms/apps/protocol/openid-connect/token",
|
||
|
"token_introspection_uri": "https://www.ssoapps.com/auth/realms/apps/protocol/openid-connect/token/introspect"
|
||
|
}
|
||
|
}
|