-
Setting A Custom Redirect Target With OAuth SSO
Sometimes you want to put a URL on your site that deep links a user to a particular piece of content. Usually, you just need to put that link. However, if you have to sign the user in first then that will require you to format the URL with a sign in link. To do this with OAuth 2 SSO you will need to add a special state…
-
Troubleshooting OAuth 2 SSO
This article offers some advice with troubleshooting OAuth 2 SSO connections. Vanilla provides a standard OAuth 2 addon for most OAuth 2.0 based SSO, but also offers customizations as a service. Most of this article assumes the the standard OAuth 2 addon, but much of the advice here also applies to custom OAuth addons too.…
-
OAuth2
Options for using OAuth 2.0 Vanilla currently provides tailored OAuth 2.0 integrations with these third-party identity providers as ready-to-go addons: Facebook Twitter LinkedIn Google+ We also provide a generic OAuth2 addon that works with basic implementations, including support for the third-party service Auth0. Because…