okta / okta-signin-widget

HTML/CSS/JS widget that provides out-of-the-box authentication UX for your organization's apps
Other
376 stars 319 forks source link

Option To Only Show 3rd Party The Identity Providers (IdPs) #1037

Open CrazCha opened 4 years ago

CrazCha commented 4 years ago

I'm submitting a

What went wrong?

I was not able to find the configuration to show only 3rd party The Identity Providers (IdPs) login option

@haishengwu-okta @manishagarwal-okta

haishengwu-okta commented 4 years ago

@CrazCha could you elaborate? iirc, Widget only have Primary Auth or PasswordLess Auth + 3rd party IdPs today.

CrazCha commented 4 years ago

@CrazCha could you elaborate? iirc, Widget only have Primary Auth or PasswordLess Auth + 3rd party IdPs today.

@haishengwu-okta feature request to show only the 3rd party IdPs

haishengwu-okta commented 4 years ago

Can you share us your use cases / background?

CrazCha commented 4 years ago

@haishengwu-okta My use cases

bretterer commented 4 years ago

@CrazCha - To jump in here with @haishengwu-okta, from your use case of only wanting to use 3rd party IdP's, it may be better to avoid using the sign in widget and rather just create a link, https://developer.okta.com/docs/guides/add-an-external-idp/azure/use-idp-to-sign-in/ for signing in your user. You can then use the auth-js library to help with parsing the returned tokens.

CrazCha commented 4 years ago

@bretterer Good suggestion. However, I got an update on the use cases. The sign-in widget is a component share between applications. Use case between applications:

Therefore as a workaround we are using config + css to toggle the display of the login + password form.

swiftone commented 4 years ago

Internal ref: OKTA-280948