Skip to content
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

replace google with openidconnect #2

Open
newtonsheikh opened this issue Jun 27, 2019 · 4 comments
Open

replace google with openidconnect #2

newtonsheikh opened this issue Jun 27, 2019 · 4 comments

Comments

@newtonsheikh
Copy link

hi,

i need little help on the authentication. What needs to be doing if i am replace google with our company provided pingfederate(OIDC)? i am little struggling.

thanks

@mickeysden
Copy link
Owner

mickeysden commented Jun 28, 2019 via email

@newtonsheikh
Copy link
Author

newtonsheikh commented Jun 28, 2019

hi,

yup this is exactly what i need. The only problem i am facing is finding appropriate C# classes. you are using google libraries

using Google.Apis.Auth;
...
...
GoogleJsonWebSignature.ValidateAsync

But for our compnay oidc i cant use them i beleive. what libraries do i use instead. sorry i am extremely new to this and i am kinda clueless

@mickeysden
Copy link
Owner

mickeysden commented Jul 1, 2019 via email

@techgems
Copy link

techgems commented Jun 7, 2020

You should probably use oidc-client for the react client. .Net Core has middleware for integrating with openid connect that you can use for your API. However, learning more of the protocol is important if you actually want to get anywhere with this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants