-
Notifications
You must be signed in to change notification settings - Fork 25
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 Support for "login_hint" for Param in Organization Discovery #45
Conversation
.../carbon/identity/application/authenticator/organization/login/OrganizationAuthenticator.java
Outdated
Show resolved
Hide resolved
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #45 +/- ##
============================================
+ Coverage 36.28% 42.46% +6.17%
- Complexity 61 77 +16
============================================
Files 3 3
Lines 463 504 +41
Branches 56 65 +9
============================================
+ Hits 168 214 +46
+ Misses 264 256 -8
- Partials 31 34 +3 ☔ View full report in Codecov by Sentry. |
PR builder started |
PR builder completed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving the pull request based on the successful pr build https://github.com/wso2/product-is/actions/runs/10495686258
Purpose
login_hint
query paramater can be used along withfidp=OrganizationSSO
param if there are b2c login options in the root application.discoveryType
query param can be passed in the authorization request to specify the organization discovery type. If discovery type is not specified, email domain based discovery is used as the default type.Goals
Approach
login_hint
anddiscoveryType
query parameters in autherization request.Related PRs
Related Issues