Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 Store ClientId in Cookie for use after redirect #103

Closed
wants to merge 2 commits into from

Commits on Apr 3, 2018

  1. 🐛 Store ClientId in Cookie for use after redirect

    ClientId is not stored in the session cookie before getWithRedirect() returns. This means that when the clientId is passed as a parameter to getWithRedirect() it is not available for use after the redirect (during the parseFromUrl method). This commit fixes that problem.
    
    Resolves: Github Issue okta#102
    Daniel-Houston committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    f295a1d View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2018

  1. Configuration menu
    Copy the full SHA
    4381b40 View commit details
    Browse the repository at this point in the history