oidc-config/linkding.json

7 lines
306 B
JSON
Raw Permalink Normal View History

2024-05-24 20:36:38 +00:00
{
"client_id": "https://git.weird.one/zicklag/oidc-config/raw/branch/main/linkding.json",
"redirect_uris": ["https://linkding.weird.one/oidc/callback/"],
2024-05-24 20:44:56 +00:00
"grant_types": ["authorization_code", "refresh_token"],
2024-05-24 20:46:04 +00:00
"access_token_signed_response_alg": "RS256",
"id_token_signed_response_alg": "RS256"
2024-05-24 20:36:38 +00:00
}