oidc-config/client-config.json

6 lines
229 B
JSON
Raw Normal View History

2024-05-21 22:22:23 +00:00
{
2024-05-21 22:22:44 +00:00
"client_id": "https://git.weird.one/zicklag/oidc-config/raw/branch/main/client-config.json",
2024-05-21 22:22:23 +00:00
"redirect_uris": ["https://git.weird.one/user/oauth2/Weird/callback"],
2024-05-22 00:23:49 +00:00
"grant_types": ["authorization_code", "refresh_token"]
2024-05-21 22:22:23 +00:00
}