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

Add Id token validation fix and HTTP Session Wrapper for the OIDC Manger. #12

Merged
merged 15 commits into from
Nov 12, 2020

Conversation

chamathns
Copy link
Contributor

Purpose

  • Implement ID Token validation.
  • Add support for a HTTP session based wrapper for the DefaultOIDCManager class.

Related PRs

resolves #4

@chamathns chamathns force-pushed the id-token-validation-fix branch from 999e40f to e4f87c7 Compare October 29, 2020 08:45

return new org.powermock.modules.testng.PowerMockObjectFactory();
}
}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Resolved with 8935b73.


closeJadler();
}
}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Resolved with 8935b73.


closeJadler();
}
}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Resolved with 8935b73.


return new org.powermock.modules.testng.PowerMockObjectFactory();
}
}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Resolved with 8935b73.

@darshanasbg darshanasbg merged commit 52b706f into asgardeo:master Nov 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ID Token Validation in OIDC flows.
3 participants