Skip to content

Commit

Permalink
Revert SAML name ID format behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
SujanSanjula96 authored Jan 7, 2025
1 parent ffc3ad9 commit f958875
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 f958875

Please sign in to comment.