Skip to content

Commit

Permalink
Merge pull request #808 from mcneilco/brianbolt/issue807
Browse files Browse the repository at this point in the history
ACAS SAML fails against Azure AD
  • Loading branch information
brianbolt committed Oct 20, 2021
2 parents ddda990 + 9d24cff commit dbed380
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app_template.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ startApp = ->
entryPoint: config.all.server.security.saml.entryPoint
issuer: config.all.server.security.saml.issuer
cert: config.all.server.security.saml.cert
disableRequestedAuthnContext: config.all.server.security.saml.disableRequestedAuthnContext
}, csUtilities.ssoLoginStrategy)
else
console.error("NOT USING SSO configs! config.all.server.security.saml.use is set true but CustomerSpecificServerFunction 'ssoLoginStrategy' is not defined.")
Expand Down
1 change: 1 addition & 0 deletions conf/config.properties.example
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,7 @@ server.security.saml.lastNameAttribute=lastName
server.security.saml.emailAttribute=email
server.security.saml.logoutRedirectURL=https://<organization>.okta.com
server.security.saml.roles.sync=false
server.security.saml.disableRequestedAuthnContext=true

#Controls whether Roo syncs the AuthorRole table with authorities granted in LDAP
server.security.syncLdapAuthRoles=false
Expand Down

0 comments on commit dbed380

Please sign in to comment.