fix(auth-saml): add missing type for disableRequestedAuthnContext

This commit is contained in:
Julien Fontanet 2020-02-04 16:14:36 +01:00
parent 6fa1379c1e
commit 43bc1e9116
2 changed files with 2 additions and 0 deletions

View File

@ -20,5 +20,6 @@
>
> Rule of thumb: add packages on top.
- xo-server-auth-saml 0.7.1
- xo-server v5.57.0
- xo-web v5.57.0

View File

@ -38,6 +38,7 @@ You should try \`http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddr
title: "Don't request an authentication context",
description: 'This is known to help when using Active Directory',
default: DEFAULTS.disableRequestedAuthnContext,
type: 'boolean',
},
},
required: ['cert', 'entryPoint', 'issuer', 'usernameField'],