fix: Add responces
All checks were successful
Build Docker / Build Docker (push) Successful in 22s

This commit is contained in:
Nathan Woodburn 2024-02-20 22:43:15 +11:00
parent 1a462ed754
commit fdc09029d7
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

@ -174,6 +174,13 @@ def autodiscovery():
"openid",
"email",
"profile"
],
"token_endpoint_auth_methods_supported": [
"client_secret_basic",
"client_secret_post",
],
"grant_types_supported": [
"authorization_code"
]
}