forked from e-gov/TARA-Doku
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathKlient.json
35 lines (35 loc) · 876 Bytes
/
Klient.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"issuer": "https://sso-fe1.arendus.kit",
"scopes_supported": [
"openid"
],
"response_types_supported": [
"code"
],
"subject_types_supported": [
"public"
],
"claim_types_supported": [
"normal"
],
"claims_supported": [
"sub",
"firstName",
"lastName",
"mobileNumber",
"personalCode"
],
"grant_types_supported": [
"authorization_code"
],
"id_token_signing_alg_values_supported": [
"none",
"RS256"
],
"jwks_uri": "https://sso-fe1.arendus.kit/oidc/jwks",
"authorization_endpoint": "https://sso-fe1.arendus.kit/oidc/authorize",
"token_endpoint": "https://sso-fe1.arendus.kit/oidc/accessToken",
"userinfo_endpoint": "https://sso-fe1.arendus.kit/oidc/profile",
"registration_endpoint": "https://sso-fe1.arendus.kit/oidc/register",
"end_session_endpoint": "https://sso-fe1.arendus.kit/logout"
}