Skip to content

Move and rename IdentityProviderConfiguration #4423

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

Conversation

gosar
Copy link
Contributor

@gosar gosar commented Sep 12, 2023

Motivation and Context

In surface area review, we decided we wanted to move IdentityProviderConfiguration into identity-spi.
Also, decided to rename it to IdentityProviders, as use of "Configuration" for a class in -spi package doesn't seem appropriate. sdk-core will use it for identity providers configured on a client, but that's one use case. This was something we wanted to revisit from the original PR when this interface was introduced - #3999 (comment).

Modifications

  • Move IdentityProviderConfiguration to identity-spi
  • Rename IdentityProviderConfiguration to IdentityProviders
  • Rename IDENTITY_PROVIDER_CONFIGURATION (in SdkClientOption and SdkInternalExecutionAttrbitutes) to IDENTITY_PROVIDERS

Testing

@gosar gosar marked this pull request as ready for review September 12, 2023 21:27
@gosar gosar requested a review from a team as a code owner September 12, 2023 21:27
@gosar gosar requested a review from cenedhryn September 12, 2023 23:22
@sonarqubecloud
Copy link

SonarCloud Quality Gate failed.    Quality Gate failed

Bug C 3 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot E 2 Security Hotspots
Code Smell A 400 Code Smells

84.1% 84.1% Coverage
3.5% 3.5% Duplication

idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint

Copy link
Contributor

@cenedhryn cenedhryn left a comment

Choose a reason for hiding this comment

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

Yeah, this change feels right when you see it in the code.

@gosar gosar merged commit fa9dbcc into feature/master/sra-identity-auth Sep 13, 2023
@gosar gosar deleted the gosar/sra-ia-identityproviderconfiguration branch September 13, 2023 20:57
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