identitymodel Questions
1
I found a code today where an enumerable is being checked for null or empty using static IsNullOrEmpty method exposed through Microsoft.IdentityModel.Tokens.
Now in Microsoft documentation it is li...
Hoosegow asked 4/8, 2023 at 21:44
1
Solved
After upgrading Microsoft.IdentityModel.Tokens and System.IdentityModel.Tokens.Jwt to 7.0.0, I get this error:
IDX20803: Unable to obtain configuration from: 'https://example.com/realms/Developmen...
Insure asked 17/9, 2023 at 7:48
6
Solved
I have the below JWT token,
eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJjbGllbnRpZCIsImF1ZCI6ImNsaWVudGlkIiwic3ViIjoiMTIzIiwiYSI6IjQ1NiIsImlhdCI6MTYyMTc5OTU5OCwiZXhwIjoxNjIxNzk5NjU4fQ.hglbX63zh...
Scotland asked 23/5, 2021 at 20:1
1
Solved
I have already tried all the solutions here, and nothing is working.
I am using package IdentityModel.AspNetCore.OAuth2Introspection v6.0.0. The business use case I have is that I have to return a ...
Vibrate asked 21/3, 2022 at 19:12
3
Solved
I'm trying to get the resource owner information, but the RequestResourceOwnerPasswordAsync method is not available in the TokenClient class in v4.3.0. I've searched the documentation, but haven't ...
Edington asked 18/6, 2020 at 20:42
2
Solved
I am using IdentityModel 4.1.1 for OAuth2.0
Now here I stucked during create instance of TokenClient, which is used to request new access token using refresh token.
Here's the my code what I am do...
Stylolite asked 29/1, 2020 at 5:51
4
Solved
trying to use Azure AD as OpenID provider with IdentityModel package
However the problem is that it produces wrong endpoint configuration
var client = new HttpClient();
const string identityUrl ...
Helianthus asked 5/6, 2019 at 11:54
3
Trying to access discovery client for accessing other endpoints and following with,
http://docs.identityserver.io/en/aspnetcore1/endpoints/discovery.html
Installed IdentityModel nuget package in .N...
Sines asked 2/3, 2020 at 17:13
0
I try to make a request to an API with methods authorized by an access token from identity server, but when I send a request using a Bearer Token in Header, my request fail and the result marks me ...
Shawannashawl asked 24/3, 2020 at 22:21
1
© 2022 - 2024 — McMap. All rights reserved.