Full Server logout with IdentityServer4 and OpenID Connect Implicit Flow

added by DotNetKicks
9/16/2016 10:59:16 PM

1370 Views

The article shows how to fully logout from IdentityServer4 using an OpenID Connect Implicit Flow. Per design when using an access token to use protected data from a resource server, even if the client has logged out from the server, the access token can be used so long it is valid (AccessTokenLifetime) as it is...


0 comments