Skip to content

Commit

Permalink
added ignoreRequestSignatures
Browse files Browse the repository at this point in the history
  • Loading branch information
sporth committed Aug 5, 2022
1 parent 9ac188b commit b0a6b29
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion backend/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,10 @@ custom:
displayType: boolean
helpText: tooltip.force-authn
attributeName: http://shibboleth.net/ns/profiles/forceAuthn
attributeFriendlyName: forceAuthn
attributeFriendlyName: forceAuthn
- name: ignoreRequestSignatures
displayName: label.ignore-request-signatures
displayType: boolean
helpText: tooltip.ignore-request-signatures
attributeName: http://shibboleth.net/ns/profiles/ignoreRequestSignatures
attributeFriendlyName: ignoreRequestSignatures

0 comments on commit b0a6b29

Please sign in to comment.