Update client-config.json

This commit is contained in:
zicklag 2024-05-21 22:37:58 +00:00
parent b065586a57
commit 6d246f7ca8

View file

@ -1,5 +1,5 @@
{ {
"client_id": "https://git.weird.one/zicklag/oidc-config/raw/branch/main/client-config.json", "client_id": "https://git.weird.one/zicklag/oidc-config/raw/branch/main/client-config.json",
"redirect_uris": ["https://git.weird.one/user/oauth2/Weird/callback"], "redirect_uris": ["https://git.weird.one/user/oauth2/Weird/callback"],
"grant_types": ["authorization_code"] "grant_types": ["authorization_code", "client_credentials", "password", "refresh_token"]
} }