Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Rework session management, introduce Redis for session storing. #17

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

dturbay
Copy link

@dturbay dturbay commented Jan 29, 2019

No description provided.

Denys Turbai and others added 9 commits July 12, 2018 14:40
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>
@googlebot
Copy link

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. I signed it!) and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

@dturbay
Copy link
Author

dturbay commented Jan 30, 2019

I signed it!

@googlebot
Copy link

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.
In order to pass this check, please resolve this problem and have the pull request author add another comment and the bot will run again. If the bot doesn't comment, it means it doesn't think anything has changed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants