Browse Source
fix(auth): update SAML authnContext hint text for multiple values
pull/5304/head
Nicolas Giard
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
server/modules/authentication/saml/definition.yml
|
|
@ -89,7 +89,7 @@ props: |
|
|
|
authnContext: |
|
|
|
type: String |
|
|
|
title: Auth Context |
|
|
|
hint: Name identifier format to request auth context. |
|
|
|
hint: Name identifier format to request auth context. For multiple values, join them together using the | pipe symbol. |
|
|
|
default: urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport |
|
|
|
order: 24 |
|
|
|
racComparison: |
|
|
|