Updated gitignore, fixed openid uri
This commit is contained in:
parent
1e797f5b5c
commit
7974b78b66
|
@ -2,3 +2,4 @@ config.ini
|
|||
database.db
|
||||
burgerauth
|
||||
.idea
|
||||
keys/
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"authorization_endpoint": "https://auth.hectabit.org/login",
|
||||
"token_endpoint": "https://auth.hectabit.org/api/tokenauth",
|
||||
"userinfo_endpoint": "https://auth.hectabit.org/userinfo",
|
||||
"jwks_uri": "https://auth.hectabit.org/.well-known/jwks",
|
||||
"jwks_uri": "https://auth.hectabit.org/.well-known/jwks.json",
|
||||
"response_types_supported": ["code"],
|
||||
"subject_types_supported": ["public"]
|
||||
}
|
||||
|
|
Reference in New Issue