mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2025-10-03 00:46:18 +00:00
netbird
This commit is contained in:
74
Netbird/openid-configuration.json
Normal file
74
Netbird/openid-configuration.json
Normal file
@@ -0,0 +1,74 @@
|
||||
{
|
||||
"issuer": "https://authentik.jimsgarage.co.uk/application/o/netbird/",
|
||||
"authorization_endpoint": "https://authentik.jimsgarage.co.uk/application/o/authorize/",
|
||||
"token_endpoint": "https://authentik.jimsgarage.co.uk/application/o/token/",
|
||||
"userinfo_endpoint": "https://authentik.jimsgarage.co.uk/application/o/userinfo/",
|
||||
"end_session_endpoint": "https://authentik.jimsgarage.co.uk/application/o/netbird/end-session/",
|
||||
"introspection_endpoint": "https://authentik.jimsgarage.co.uk/application/o/introspect/",
|
||||
"revocation_endpoint": "https://authentik.jimsgarage.co.uk/application/o/revoke/",
|
||||
"device_authorization_endpoint": "https://authentik.jimsgarage.co.uk/application/o/device/",
|
||||
"response_types_supported": [
|
||||
"code",
|
||||
"id_token",
|
||||
"id_token token",
|
||||
"code token",
|
||||
"code id_token",
|
||||
"code id_token token"
|
||||
],
|
||||
"response_modes_supported": [
|
||||
"query",
|
||||
"fragment",
|
||||
"form_post"
|
||||
],
|
||||
"jwks_uri": "https://authentik.jimsgarage.co.uk/application/o/netbird/jwks/",
|
||||
"grant_types_supported": [
|
||||
"authorization_code",
|
||||
"refresh_token",
|
||||
"implicit",
|
||||
"client_credentials",
|
||||
"password",
|
||||
"urn:ietf:params:oauth:grant-type:device_code"
|
||||
],
|
||||
"id_token_signing_alg_values_supported": [
|
||||
"RS256"
|
||||
],
|
||||
"subject_types_supported": [
|
||||
"public"
|
||||
],
|
||||
"token_endpoint_auth_methods_supported": [
|
||||
"client_secret_post",
|
||||
"client_secret_basic"
|
||||
],
|
||||
"acr_values_supported": [
|
||||
"goauthentik.io/providers/oauth2/default"
|
||||
],
|
||||
"scopes_supported": [
|
||||
"profile",
|
||||
"openid",
|
||||
"email"
|
||||
],
|
||||
"request_parameter_supported": false,
|
||||
"claims_supported": [
|
||||
"sub",
|
||||
"iss",
|
||||
"aud",
|
||||
"exp",
|
||||
"iat",
|
||||
"auth_time",
|
||||
"acr",
|
||||
"amr",
|
||||
"nonce",
|
||||
"email",
|
||||
"email_verified",
|
||||
"name",
|
||||
"given_name",
|
||||
"preferred_username",
|
||||
"nickname",
|
||||
"groups"
|
||||
],
|
||||
"claims_parameter_supported": false,
|
||||
"code_challenge_methods_supported": [
|
||||
"plain",
|
||||
"S256"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user