Added JWKS discovery URI
This commit is contained in:
parent
04af6c00fb
commit
81606b5aeb
|
@ -3,6 +3,7 @@
|
||||||
"authorization_endpoint": "https://auth.hectabit.org/login",
|
"authorization_endpoint": "https://auth.hectabit.org/login",
|
||||||
"token_endpoint": "https://auth.hectabit.org/api/tokenauth",
|
"token_endpoint": "https://auth.hectabit.org/api/tokenauth",
|
||||||
"userinfo_endpoint": "https://auth.hectabit.org/userinfo",
|
"userinfo_endpoint": "https://auth.hectabit.org/userinfo",
|
||||||
|
"jwks_uri": "https://auth.hectabit.org/.well-known/jwks",
|
||||||
"response_types_supported": ["code"],
|
"response_types_supported": ["code"],
|
||||||
"subject_types_supported": ["public"]
|
"subject_types_supported": ["public"]
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue