fix(auth-saml): add missing type for disableRequestedAuthnContext
This commit is contained in:
parent
6fa1379c1e
commit
43bc1e9116
@ -20,5 +20,6 @@
|
|||||||
>
|
>
|
||||||
> Rule of thumb: add packages on top.
|
> Rule of thumb: add packages on top.
|
||||||
|
|
||||||
|
- xo-server-auth-saml 0.7.1
|
||||||
- xo-server v5.57.0
|
- xo-server v5.57.0
|
||||||
- xo-web v5.57.0
|
- xo-web v5.57.0
|
||||||
|
@ -38,6 +38,7 @@ You should try \`http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddr
|
|||||||
title: "Don't request an authentication context",
|
title: "Don't request an authentication context",
|
||||||
description: 'This is known to help when using Active Directory',
|
description: 'This is known to help when using Active Directory',
|
||||||
default: DEFAULTS.disableRequestedAuthnContext,
|
default: DEFAULTS.disableRequestedAuthnContext,
|
||||||
|
type: 'boolean',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
required: ['cert', 'entryPoint', 'issuer', 'usernameField'],
|
required: ['cert', 'entryPoint', 'issuer', 'usernameField'],
|
||||||
|
Loading…
Reference in New Issue
Block a user