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

moving okta-sso for new id #1911

Merged
merged 3 commits into from
Jan 3, 2025
Merged

Conversation

Ark2307
Copy link
Contributor

@Ark2307 Ark2307 commented Jan 3, 2025

No description provided.

@@ -367,7 +367,7 @@ public static class OktaConfig extends Config {

public OktaConfig() {
this.configType = ConfigType.OKTA;
this.id = CONFIG_ID;
this.id = CONFIG_ID + "_" + this.accountId;
Copy link
Contributor

Choose a reason for hiding this comment

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

This won't work because the constructor will be called and the id variable will be initialized before the setAccountId method is called so the value will default to 0.

@Ark2307 Ark2307 force-pushed the hotfix/fix_okta_sso_integration branch from f26ffae to 66c867d Compare January 3, 2025 17:39
@notshivansh notshivansh merged commit fc80e09 into master Jan 3, 2025
2 of 3 checks 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.

3 participants