FusionAuth / fusionauth-issues

FusionAuth issue submission project
https://fusionauth.io
91 stars 12 forks source link

Support for federated authentication without application change #921

Open mooreds opened 4 years ago

mooreds commented 4 years ago

Support for federated authentication without application change

Problem

Would like support for something like Okta's SWA: https://help.okta.com/en/prod/Content/Topics/Apps/Apps_Overview_of_Managing_Apps_and_SSO.htm

Solution

From the link above:

SWA was created for apps that do not support federated SSO. When you enable SWA for an app, end users see a link next to their app icon on their My Applications page. Selecting the link enables them to set up and update their credentials for that app. Okta stores the end user's credentials in an encrypted format using strong encryption combined with a customer-specific private key. When end users click an application icon, Okta securely posts their credentials to the app login page over SSL and the user is automatically signed in. 

Alternatives/workarounds

Maybe you could jigger something up with Connectors, but not sure.

Additional context

Suggested in this capterra review: https://www.capterra.com/p/182987/FusionAuth/reviews/2244137/

How to vote

Please give us a thumbs up or thumbs down as a reaction to help us prioritize this feature. Feel free to comment if you have a particular need or comment on how this feature should work.

drjosephbaxter commented 2 years ago

Currently thinking about (well will be after Christmas now) how to implement an SWA like scenario for BigCommerce SSO

https://developer.bigcommerce.com/api-reference/storefront/customer-login-sso

Sound like this would be a big help