Closed coler-j closed 1 year ago
How do you perform an IdP initiated login using this library?
Does the IdP authenticate and then just pass a SAMLResponse to the acs endpoint?
IdP
SAMLResponse
acs
Yes, the IdP only needs to send the SAMLResponse to the acs endpoint
How do you perform an IdP initiated login using this library?
Does the
IdP
authenticate and then just pass aSAMLResponse
to theacs
endpoint?