Skip to content

Commit

Permalink
Fix typo context
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumevillemont committed May 29, 2024
1 parent 7a49437 commit fb3561c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/bookstack/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ spec:
- name: SAML2_GROUP_ATTRIBUTE
value: {{ .groupAttribute | quote }}
- name: SAML2_IDP_AUTHNCONTEXT
value: {{ .idpAuthnContent | quote }}
value: {{ .idpAuthnContext | quote }}
- name: SAML2_IDP_ENTITYID
value: {{ .idpEntityId | quote }}
- name: SAML2_NAME
Expand Down
2 changes: 1 addition & 1 deletion charts/bookstack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ settings:
emailAttribute: "email"
externalIdAttribute: "email"
groupAttribute: "Role"
idpAuthnContent: true
idpAuthnContext: true
idpEntityId: https://sso.example.com/auth/realms/company/protocol/saml/descriptor
name: "My SSO"
removeFromGroups: true
Expand Down

0 comments on commit fb3561c

Please sign in to comment.