From 6d246f7ca841dc7155e86e80ef7132f782f414d9 Mon Sep 17 00:00:00 2001 From: zicklag Date: Tue, 21 May 2024 22:37:58 +0000 Subject: [PATCH] Update client-config.json --- client-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client-config.json b/client-config.json index 2036ee5..312aeda 100644 --- a/client-config.json +++ b/client-config.json @@ -1,5 +1,5 @@ { "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"], - "grant_types": ["authorization_code"] + "grant_types": ["authorization_code", "client_credentials", "password", "refresh_token"] }