Skip to content

Add IdentityProvider #319

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

Merged
merged 7 commits into from
Jul 30, 2025
Merged

Add IdentityProvider #319

merged 7 commits into from
Jul 30, 2025

Conversation

richardwang1124
Copy link
Contributor

@richardwang1124 richardwang1124 commented Jul 30, 2025

Add IdentityProvider module.

module Client
# This module provides basic accessors and methods for an
# Identity Resolver class which resolves an Identity.
module IdentityResolver
Copy link
Contributor

Choose a reason for hiding this comment

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

You should include this in the existing identity providers in this package. (Also should this be called Identity Provider?)

Can you also add rbs for this and the other providers in here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think strictly following SRA it would be IdentityResolver, but I think IdentityProvider is fine. Also the SRA uses IdentityProvider in places too, not very consistent.

Copy link
Contributor

@mullermp mullermp left a comment

Choose a reason for hiding this comment

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

You can remove the _IdentityProvider interface too.

@richardwang1124 richardwang1124 changed the title Add IdentityResolver Add IdentityProvider Jul 30, 2025
@richardwang1124 richardwang1124 merged commit 551e769 into decaf Jul 30, 2025
15 checks passed
@richardwang1124 richardwang1124 deleted the feature/identity-resolver branch July 30, 2025 21:37
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