|
|
|
|
|
by Too
687 days ago
|
|
It really depends on who the service is being sold to. Business - SSO via Oauth2, with Azure AD as a ready to use integration Developers - SSO via Oauth2, with prepared integrations for Github, Gitlab, Keycloak, Okta, or Google. Personal banking or services where a tie to your real identity is an absolute must - SSO through your national id provider. Personal sites with less stringent security - SSO with Google or Apple. Here you may also roll your own identity with user+pass+2fa. I guess this is the category you are interested in based on your suggestion. This is also the category with most variety in the field, for example some sites allow email login and recently passcodes are getting popular here. |
|