question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

OpenIdConnectConfiguration doesn't have TokenIntrospectionEndpoint

See original GitHub issue

OpenIdConnectConfiguration doesn’t have TokenIntrospectionEndpoint property.

It is very useful property in access token introspection scenario.

var response = await client.IntrospectTokenAsync(new TokenIntrospectionRequest {
    Address = "https://demo.identityserver.io/connect/introspect", // <- here
    ClientId = "id",
    ClientSecret = "secret",
    Token = accessToken
});

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
kevinchaletcommented, May 14, 2020

My pleasure 😃

1reaction
brentschmaltzcommented, May 14, 2020

@snoward , @kevinchalet coded this up and it should be in our 6.6.0 release coming up within a week.

@kevinchalet thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

OpenID Connect Token Introspection
A connected app representing a client app sends a request to the Salesforce token introspection endpoint to validate its access token. The format...
Read more >
OpenID Connect & OAuth 2.0 API
An opaque value that can be used to redeem tokens from the token endpoint. code is returned if the response_type includes code ....
Read more >
OpenID Connect (OIDC) Bearer token authentication
Bearer token authentication is the process of authorizing HTTP requests based on the existence and validity of a bearer token. The bearer token...
Read more >
CWWKS
The request had a client ID that was not the same client ID that created the access token, or the request had an...
Read more >
Validate Access Tokens - Okta Developer
This guide on tokens shows you how to verify a token's signature, manage key rotation, and how to use a refresh token to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found