0
MichelZ created
- ABP Framework version: v6.0.2
- UI type: Angular
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): yes
I haven't found the answer to this... with Identity Server it was possible to use Azure AD to log into ABP. Is this still possible while using OpenIDDict?
We are in the process of migrating from IDS to OpenIDDict, but we haven't found a documented answer for this yet...
Thanks
1 Answer(s)
-
0
OK, I don't think OpenIDDict has anything to do with the actual login... I was mislead by the migration removing the reference to
Microsoft.AspNetCore.Authentication.OpenIdConnect
(as it was referenced by Identity Server), so I thought it was functionality provided by Identity Server when the.AddOpenIdConnect()
call was not available anymore.