I generated the token from auth0.com for my user, basically, I didn't want to cover token generation in this video and I've tried to show how to `validate` that token, no matter where it comes from.
how web application with a web API using OpenID Connect. Specifically, we need to establish a secure communication channel between the two entities, ensuring that our web application can successfully interact with the protected web API.
There should be an IdentityProvider in the middle, so your web application will get token from that Idp and will send it to your API, and on the backend you will request to same Idp to get openId configuration and validating the incoming token.
All the auth0 providers expose the OpenIdConnect as well, just need to check your panel. some of them can accessable like {your-identity-provider-domain}/.well-known/openid-configuration
Simple and very clear explanation.
Clean code as well, keep spreading the good work.
Thank you for the support and glad you liked the video.
I might missed something here. How did you get the token in the first place before you call the getweather?
I generated the token from auth0.com for my user, basically, I didn't want to cover token generation in this video and I've tried to show how to `validate` that token, no matter where it comes from.
thank you, great help, same block of code worked for PingID ODIC also. 100% its working for the existing C#.NET core solutions.
Glad it helped
Hi Saeed, could you creating video about keycloak?
I didn't use it in a production project, I'll check it.
سلام عالی و بی نقص موفق باشی
how web application with a web API using OpenID Connect. Specifically, we need to establish a secure communication channel between the two entities, ensuring that our web application can successfully interact with the protected web API.
There should be an IdentityProvider in the middle, so your web application will get token from that Idp and will send it to your API, and on the backend you will request to same Idp to get openId configuration and validating the incoming token.
Well explained
Glad you like it:)
@@sa-es-ir your all episodes are good content.
@@ghanshyam014 Much appreciated, I try to create more videos here, so keep tuned
@@sa-es-ir tonight I have an interview with one Poland company at 11 pm IST.
how to get url inside auth0
All the auth0 providers expose the OpenIdConnect as well, just need to check your panel. some of them can accessable like {your-identity-provider-domain}/.well-known/openid-configuration