Skip to content
This repository has been archived by the owner on Dec 14, 2017. It is now read-only.

How to know Identity server is down using app.UseIdentityServerBearerTokenAuthentication( New IdentityServerBearerTokenAuthenticationOptions() #169

Open
jitender82 opened this issue Nov 13, 2017 · 1 comment
Labels

Comments

@jitender82
Copy link

We are using app.UseIdentityServerBearerTokenAuthentication(
New IdentityServerBearerTokenAuthenticationOptions() With {
.Authority = "https://first.com:443",
.ValidationMode = ValidationMode.ValidationEndpoint,
.ValidationResultCacheDuration = New TimeSpan(0, 0, 200),
.EnableValidationResultCache = True,
}) in our web API and on https://first.com:443 our identity server is running which validate the token. How could we know that identity server is down ?

@brockallen
Copy link
Member

That's beyond the job of this library.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants