Creating an IdentityServer 6 Solution

preview_player
Показать описание

00:00 Self-Signed Certificate
04:40 Docker Compose
07:30 PostgreSQL Database
09:40 IdentityServer
1:15:30 API
1:40:15 Console Application
1:50:35 Web Application
2:07:10 Single-Page Application
Рекомендации по теме
Комментарии
Автор

I have searched for IdentityServer and watched a lot of presentation of them. But, this is very good presentation for IdentityServer that I have seen. Thank you very much.

hungngomobile
Автор

Thanks for taking the time and effort to set this up. Much appreciated! Keep up the fantastic work! 👏😎

ksswau
Автор

I was looking for copper, but I found gold. 😄😄

Thank you so much for this video. Really useful.

hendrihooh
Автор

Thank you for the video !!!! Thanks for taking the time and effort to set this up

rodrigojudice
Автор

this is good man, Thanks very much. Also, I would like an episode on adding UI to IdentityServer.

Автор

this saved my life.. thank you so much:)

ozersenol
Автор

Hey Thomas! Thank you fro your great video

Doubt: does this walkthrough implements OAuth 2.0 and OpenID? regards!

EduardoMartinez-dmpp
Автор

This is a very lovely tutorial, very clear and concise. Do you have any other courses available? I wouldn't mind paying for them.

ogunsanmidejiseye
Автор

It's a great course I've ever seen!! Thank you very much!!! Can you make video with Windows authentification with IdentityServer6? It can help with integration with users from

MDDM-
Автор

Thanks Thomas great video, but I guess it does not make sense to set ValidateIssuerSigningKey = true for Api DP configuration, as typical for this validation scenario you provided, the jwtbearer middleware automatically fetches the signing keys from the IdentityServer's JWKS endpoint based on the provided Authority and the kid (Key Id) from the access token header is used to select the appropriate key from the JWKS for signature verification.

WestMr
Автор

In 1:33:42, I insert the fields but an error happens: "auth errorTypeError: NetworkError when attempting to fetch resource."

ali-demy
Автор

How would I do it, if I have two projects one with identity and another one with IdentityService? I mean, should I duplicate my class for ApplicationUser? And how would I make this migration using sql server? Do you have any example of it? However, it is a nice video!

LucasHenriquedeBrito
Автор

I am trying to use identityserver as web api at the same time in order to implement some additional models in IdentityServer... When I use access_token to authenticate the same identity service, it is redirecting me to login page as response not JSON response... From Clients I can get response normally but from Web Page it alwys redirect to login page.

Can we use it in this way ?

ozersenol
Автор

Error - Invalid URI: The format of the URI could not be determined.
In Api/Program.cs line 49 - TokenUrl = new

It's like the jwtBearerOptions didn't save it correctly?
In Api/Program.cs line 9 - jwtBearerOptions.Authority =


Any help appreciated! Very good tutorial otherwise. I'm not using docker, just running locally. Docker compose was a nightmare.

stevemcqueen
visit shbcf.ru