Skip to content
Advertisement

Tag: saml

How to change NameID in SimpleSAMLphp

I’m developing a SSO using simpleSAMLphp. I configured correctly the service provider and the IdP, but I have to send the XML to the SP with a NameID in a specific format. How can I perform this? In the metadata? or can I do it through the code? Thanks, Answer I sorted already, I post the solution below: In the

Handling a SAML response

I’m new to SAML 2 and I’m working on a tool that requires SSO, but I’m clueless on how to go about it. Here’s the flow: 1) User accesses main website and chooses to log in. 2) User enters login information and submits 3) System validates credentials, generates a SAML response and redirects user to the new tool along with

Advertisement