13 lines
585 B
JSON
13 lines
585 B
JSON
{
|
|
"web": {
|
|
"issuer": "http://localhost:8080/realms/finance",
|
|
"auth_uri": "http://localhost:8080/realms/finance/protocol/openid-connect/auth",
|
|
"client_id": "myclient",
|
|
"client_secret": "OAh6rkjXIiPJDtPOz4459i3VtdlxGcce",
|
|
"redirect_uris": ["http://localhost:5005/*"],
|
|
"userinfo_uri": "http://localhost:8080/realms/finance/protocol/openid-connect/userinfo",
|
|
"token_uri": "http://localhost:8080/realms/finance/protocol/openid-connect/token",
|
|
"token_introspection_uri": "http://localhost:8080/realms/finance/protocol/openid-connect/token/introspect"
|
|
}
|
|
}
|