outline auth changed to authentik
This commit is contained in:
@@ -98,17 +98,17 @@ spec:
|
|||||||
name: outline-oidc
|
name: outline-oidc
|
||||||
key: client-secret
|
key: client-secret
|
||||||
- name: OIDC_AUTH_URI
|
- name: OIDC_AUTH_URI
|
||||||
value: "https://accounts.google.com/o/oauth2/v2/auth"
|
value: "https://authentik.dooplex.hu/application/o/authorize/"
|
||||||
- name: OIDC_TOKEN_URI
|
- name: OIDC_TOKEN_URI
|
||||||
value: "https://oauth2.googleapis.com/token"
|
value: "https://authentik.dooplex.hu/application/o/token/"
|
||||||
- name: OIDC_USERINFO_URI
|
- name: OIDC_USERINFO_URI
|
||||||
value: "https://openidconnect.googleapis.com/v1/userinfo"
|
value: "https://authentik.dooplex.hu/application/o/userinfo/"
|
||||||
|
- name: OIDC_LOGOUT_URI
|
||||||
|
value: "https://authentik.dooplex.hu/application/o/outline/end-session/"
|
||||||
- name: OIDC_USERNAME_CLAIM
|
- name: OIDC_USERNAME_CLAIM
|
||||||
value: "email"
|
value: "preferred_username"
|
||||||
- name: OIDC_DISPLAY_NAME
|
- name: OIDC_DISPLAY_NAME
|
||||||
value: "Google"
|
value: "authentik"
|
||||||
- name: OIDC_SCOPES
|
|
||||||
value: "openid profile email"
|
|
||||||
# CRITICAL SECURITY SETTING (Temporary)
|
# CRITICAL SECURITY SETTING (Temporary)
|
||||||
#- name: ALLOWED_DOMAINS
|
#- name: ALLOWED_DOMAINS
|
||||||
# value: "gmail.com"
|
# value: "gmail.com"
|
||||||
|
|||||||
Reference in New Issue
Block a user