-
-
Notifications
You must be signed in to change notification settings - Fork 302
Open
Labels
Description
I am trying to evaluate python-saml for enabling our SP with SAML functionality.
How do I keep track of the AuthnRequest for each login request ?
-
Can I send ACS url in AuthnRequest..perhaps append each ACS url with unique Id ? The id later can be looked when IDP sends the response to figure for which login request this was for ?
-
Or if I could add some index number in the AuthnRequest sent, which I can later match in the response message recevied back from IDP ?
I was looking up the API description and could not find much help there.
Appreciate if someone can help me with example code.
Thanks
Asif