2 results
tagged
oauth2
The complete guide to protecting your APIs with OAuth2 (part 1) - Stack Overflow Blog
OAuth2 is one of the most popular specifications for API authentication today, though wrapping your head around it can be a challenge.
When you are using OAuth, you outsource user authentication and authorization to a central identity provider (IdP). Users sign in to the IdP and are granted time-bound permissions in the form of an access token. This token is presented to other applications, APIs, and services.
March 2, 2023 at 9:44:05 AM EST
*
FILLER
SSO for Legacy Apps with Auth0, OpenID Connect & Apache
Auth0 SDKs make it really easy to add SSO to any app, on any platform. But sometimes, apps cannot be modified. What to do then? A very simple solution is to
October 21, 2022 at 8:42:59 AM EDT
*
FILLER