-
Notifications
You must be signed in to change notification settings - Fork 7
Rework session management, introduce Redis for session storing. #17
base: master
Are you sure you want to change the base?
Conversation
session. Example of response with failed session: <?xml version="1.0" encoding="UTF-8"?> <soap11:Envelope xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/"> <soap11:Body> <saml2p:Response ID="_258eeffe749eae06572abb47e3b52a47" InResponseTo="35a17f50-a9a4-4bef-86bb-aad60f37fa78" IssueInstant="2018-08-03T18:13:58.203Z" Version="2.0" xmlns:saml2p="urn:oasis:names:tc:SAML:2.0:protocol"> <saml2:Issuer xmlns:saml2="urn:oasis:names:tc:SAML:2.0:assertion">http://google.com/enterprise/gsa/T4-KRQHV3XHUQEXY1</saml2:Issuer> <saml2p:Status> <saml2p:StatusCode Value="urn:oasis:names:tc:SAML:2.0:status:Responder"> <saml2p:StatusCode Value="urn:oasis:names:tc:SAML:2.0:status:AuthnFailed"/> </saml2p:StatusCode> <saml2p:StatusMessage>Authentication failed</saml2p:StatusMessage> </saml2p:Status> <saml2:Assertion ID="_52ecc63f13992c3a2a677dd3255cc360" IssueInstant="2018-08-03T18:13:58.203Z" Version="2.0" xmlns:saml2="urn:oasis:names:tc:SAML:2.0:assertion"> <saml2:Issuer>http://google.com/enterprise/gsa/T4-KRQHV3XHUQEXY1</saml2:Issuer> <saml2:Subject> <saml2:NameID>697de2f8567dd4b46c12257c441fb030</saml2:NameID> </saml2:Subject> <saml2:AuthzDecisionStatement Decision="Indeterminate" Resource="http://http-authn:4444/resource2"> <saml2:Action Namespace="urn:oasis:names:tc:SAML:1.0:action:ghpp">GET</saml2:Action> </saml2:AuthzDecisionStatement> </saml2:Assertion> </saml2p:Response> </soap11:Body> </soap11:Envelope>
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here (e.g. What to do if you already signed the CLAIndividual signers
Corporate signers
|
I signed it! |
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for all the commit author(s) or Co-authors. If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. |
No description provided.