You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am looking for a JS OAuth2 client library that can handle in-house enterprise identity providers (not social services like Google, Facebook, Github, etc). I saw in the demo/docs that social providers were used. Does this library require social providers or can I use a custom OAuth2 provider?
Thanks!
The text was updated successfully, but these errors were encountered:
Sure, oauth2 is an open standard, they all follow the same format. So as long as your service has implemented oauth2 spec correctly, it's just a matter of changing a url :-)
I am looking for a JS OAuth2 client library that can handle in-house enterprise identity providers (not social services like Google, Facebook, Github, etc). I saw in the demo/docs that social providers were used. Does this library require social providers or can I use a custom OAuth2 provider?
Thanks!
The text was updated successfully, but these errors were encountered: