-
Notifications
You must be signed in to change notification settings - Fork 250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can this be used for an enterprise identity provider (non-Social provider)? #234
Comments
No, you can add your own provider. I think there were some examples in issues here where people built apps with their own providers. https://github.com/dgrubelic/vue-authenticate/blob/master/src/options.js#L165 |
@dgrubelic Thanks for the info! Will check it out... |
@dgrubelic It's possible I have something working....but not quite there yet. Can you explain what this property does? vue-authenticate/src/options.js Line 176 in f4aa8cb
I am unsure what to put there. Thanks. |
This is the endpoint on your server app which will initiate and be used for oauth2 authentication. You handle all loading users other stuff there. There was example app how to implement that on server, but I removed it and will make example app that uses this library. |
@dgrubelic OK, any examples you can provide would be awesome! I still don't quite understand what to put there. Is it one of these endpoints? It's not the OAuth Authorization URL, right? I'm already providing that for the |
OK, everything seems to work locally at least...but still confused about difference between these two properties in the providers object:
Thanks for the library and I look forward to any future updates. |
I haven't tried it yet but that draft explanation looks very helpful! Thanks. |
Hi,
Is this package only for using social providers (Google, Github, etc.) ? Could I use my own company's identity provider ?
The text was updated successfully, but these errors were encountered: