IdentityServer Setup
To configure IdentityServer as an OpenID Connect Authentication provider for Seq:
- Ensure the app uses "authorization code" flow
- Make sure
AlwaysIncludeUserClaimsInIdToken
is set to1
in the IdentityServer client configuration - Users must have an
email_verified
claim with valuetrue
Updated 4 days ago