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

Modified OpenIdPrincipal to work with different issuers #249

Merged
merged 2 commits into from
Jul 10, 2024

Conversation

andamian
Copy link
Contributor

No description provided.

@andamian andamian requested a review from pdowler July 10, 2024 16:53

/**
* Ctor
*
* @param openID
*/
public OpenIdPrincipal(final String openID) {
public OpenIdPrincipal(final URL issuer, final String openID) {
Copy link
Member

@pdowler pdowler Jul 10, 2024

Choose a reason for hiding this comment

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

javadoc: should have the issuer param

Should we make it more clear in the field name openID that this is the sub (subject) field?

eg by using sub instead of openID everwhere?

@pdowler pdowler merged commit 8e7afb6 into opencadc:main Jul 10, 2024
1 check passed
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.

2 participants