This commit is contained in:
parent
1a462ed754
commit
fdc09029d7
@ -174,6 +174,13 @@ def autodiscovery():
|
|||||||
"openid",
|
"openid",
|
||||||
"email",
|
"email",
|
||||||
"profile"
|
"profile"
|
||||||
|
],
|
||||||
|
"token_endpoint_auth_methods_supported": [
|
||||||
|
"client_secret_basic",
|
||||||
|
"client_secret_post",
|
||||||
|
],
|
||||||
|
"grant_types_supported": [
|
||||||
|
"authorization_code"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user