rehansaeed.github.io icon indicating copy to clipboard operation
rehansaeed.github.io copied to clipboard

[Comment] Azure Active Directory Versus Identity Server

Open RehanSaeed opened this issue 5 years ago • 10 comments

https://rehansaeed.com/azure-active-directory-versus-identity-server/

RehanSaeed avatar May 12 '20 10:05 RehanSaeed

coder1 coder1 commented on 2016-06-03 21:24:07

digital fonts used in headers are very strong and strain eyes which are already exhausted from programming and this might trigger migraine sometimes

would u rather mind to try other font plzzz

great post

RehanSaeed avatar May 12 '20 10:05 RehanSaeed

CodeGrue CodeGrue commented on 2016-12-19 20:21:25

Do you mean "Two-Factor" rather than "Two-Factory"?

RehanSaeed avatar May 12 '20 10:05 RehanSaeed

Muhammad Rehan Saeed Muhammad Rehan Saeed commented on 2016-12-21 09:05:49

Do you mean "Two-Factor" rather than "Two-Factory"?

Fixed. Thank you!

RehanSaeed avatar May 12 '20 10:05 RehanSaeed

arthur arthur commented on 2017-08-02 19:32:40

digital fonts used in headers are very strong and strain eyes which are already exhausted from programming and this might trigger migraine sometimes

would u rather mind to try other font plzzz

great post

i'll have to agree with that.

RehanSaeed avatar May 12 '20 10:05 RehanSaeed

Neil Billingham Neil Billingham commented on 2017-10-27 16:54:48

Hi, thanks for the post; do you have any references mentioning Microsoft''s backing for Identity Server?

RehanSaeed avatar May 12 '20 10:05 RehanSaeed

Muhammad Rehan Saeed Muhammad Rehan Saeed commented on 2017-11-13 09:14:35

Hi, thanks for the post; do you have any references mentioning Microsoft''s backing for Identity Server?

If you've ever seen the ASP.NET Community Standup, this question has come up a couple of times and Damian Edwards has supported the use of Identity Server in this scenario. I'm not sure there is an online statement supporting this fact, of course Microsoft has their own competing product in Azure AD, so I'm not sure there would be anything overtly advertising IdentityServer.

RehanSaeed avatar May 12 '20 10:05 RehanSaeed

Alex Alex commented on 2017-12-15 09:53:14

It seems that Scott Hanselman is promoting IdentityServer: https://mva.microsoft.com/en-us/training-courses/introduction-to-identityserver-for-aspnet-core-17945?l=oygMZtBPE_5806218965

RehanSaeed avatar May 12 '20 10:05 RehanSaeed

Isn't IdentityServer overcomplicated? I've chosen OpenIddict when looked for OpenID Connect server solution because I was not managed to figure out anything in Identity Server samples and it was not flexible enough with storing info. It didn't allow Guids instead of ints on top of Entity Framework Core

xperiandri avatar May 26 '20 15:05 xperiandri

Isn't IdentityServer overcomplicated? I've chosen OpenIddict when looked for OpenID Connect server solution because I was not managed to figure out anything in Identity Server samples and it was not flexible enough with storing info. It didn't allow Guids instead of ints on top of Entity Framework Core

I haven't tried OpenIddict. I think of IdentityServer as a swiss army knife that can be configured to do most things.

I believe it can be used to store GUID's. The default EF Core code just uses int's.

RehanSaeed avatar May 26 '20 15:05 RehanSaeed

https://github.com/IdentityServer/IdentityServer4/blob/768a0386408f4b85376d2d9a7156deceb9931f56/src/EntityFramework.Storage/src/Entities/Client.cs#L15

xperiandri avatar May 27 '20 18:05 xperiandri