Skip to content

Commit

Permalink
Merge pull request #6264 from SujanSanjula96/saml-fix
Browse files Browse the repository at this point in the history
Revert SAML name ID format behaviour
  • Loading branch information
SujanSanjula96 authored Jan 7, 2025
2 parents ffc3ad9 + f958875 commit aacd7b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@
"saml.metadata.assertion_encrypt_with_app_cert": true,
"saml.enable_saml_sp_certificate_expiry_validation": true,
"saml.enable_saml_idp_init_logout_response_signing": true,
"saml.return_valid_name_id_format": true,
"saml.return_valid_name_id_format": false,

"saml.endpoints.idp_url": "$ref{server.base_path}/samlsso",
"saml.endpoints.logout": "$ref{server.base_path}/authenticationendpoint/samlsso_logout.do",
Expand Down

0 comments on commit aacd7b4

Please sign in to comment.