Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SAML settings #3811

Open
zgurea1 opened this issue May 14, 2024 · 0 comments
Open

SAML settings #3811

zgurea1 opened this issue May 14, 2024 · 0 comments

Comments

@zgurea1
Copy link

zgurea1 commented May 14, 2024

Hello, i am trying to add some security features to SAML auth, but i think the configs are reacting to changes that i made. I need to add the private key and specify the SigAlg to crypt the AuthRequest, and i don't find anywhere in documentation how to do it.

This is what i get
image

This is what i need to get(its from another saml integration https://github.com/node-saml/passport-saml)
image

{
  "sp": {
    "entity_id": "https://sp"
  },
  "idp": {
    "sso_url": "https://idp/login/saml",
    "entity_id": "urn:sp",
    "x509cert": "***"
  },
  "advanced": {
    "want_name_id": false,
    "metadata_signed": true,
    "digest_algorithm": "http://www.w3.org/2001/04/xmlenc#sha256",
    "name_id_encrypted": false,
    "signature_algorithm": "http://www.w3.org/2001/04/xmldsig-more#rsa-sha256",
    "want_message_signed": false,
    "authn_request_signed": false,
    "logout_request_signed": false,
    "want_assertion_signed": false,
    "logout_response_signed": false,
    "want_name_id_encrypted": false,
    "want_assertion_encrypted": false,
    "want_attribute_statement": true,
    "allow_single_label_domains": true,
    "reject_deprecated_algorithm": true
  },
  "attribute_mapping": {
    "uid": "uid",
    "email": "email",
    "last_name": "last_name",
    "first_name": "first_name",
    "email_verified": "email_verified"
  }
}```
@zgurea1 zgurea1 changed the title SAML config signature_algorithm SAML settings May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant