Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
Shaka
Posts
Comments
C
C#
•
Created by Shaka on 11/10/2023 in
#help
❔ Is this possible in WEBAPI to add logic between JWT token validation and the authorization?
truly thanks for your comments about IAuthService
103 replies
C
C#
•
Created by Shaka on 11/10/2023 in
#help
❔ Is this possible in WEBAPI to add logic between JWT token validation and the authorization?
the jwtbearerOption has a event that would be invoked when the token validated
103 replies
C
C#
•
Created by Shaka on 11/10/2023 in
#help
❔ Is this possible in WEBAPI to add logic between JWT token validation and the authorization?
103 replies
C
C#
•
Created by Shaka on 11/10/2023 in
#help
❔ Is this possible in WEBAPI to add logic between JWT token validation and the authorization?
and there is another way to impl that
103 replies
C
C#
•
Created by Shaka on 11/10/2023 in
#help
❔ Is this possible in WEBAPI to add logic between JWT token validation and the authorization?
103 replies
C
C#
•
Created by Shaka on 11/10/2023 in
#help
❔ Is this possible in WEBAPI to add logic between JWT token validation and the authorization?
here is the program file
103 replies
C
C#
•
Created by Shaka on 11/10/2023 in
#help
❔ Is this possible in WEBAPI to add logic between JWT token validation and the authorization?
103 replies
C
C#
•
Created by Shaka on 11/10/2023 in
#help
❔ Is this possible in WEBAPI to add logic between JWT token validation and the authorization?
103 replies
C
C#
•
Created by Shaka on 11/10/2023 in
#help
❔ Is this possible in WEBAPI to add logic between JWT token validation and the authorization?
a minute
103 replies
C
C#
•
Created by Shaka on 11/10/2023 in
#help
❔ Is this possible in WEBAPI to add logic between JWT token validation and the authorization?
thankks alot
103 replies
C
C#
•
Created by Shaka on 11/10/2023 in
#help
❔ Is this possible in WEBAPI to add logic between JWT token validation and the authorization?
Thanks , I implemented a custom IAuthorizationService. I made it
103 replies
C
C#
•
Created by Shaka on 11/10/2023 in
#help
❔ Is this possible in WEBAPI to add logic between JWT token validation and the authorization?
sorry my English is not well. maybe I miss something you said
103 replies
C
C#
•
Created by Shaka on 11/10/2023 in
#help
❔ Is this possible in WEBAPI to add logic between JWT token validation and the authorization?
I agree
103 replies
C
C#
•
Created by Shaka on 11/10/2023 in
#help
❔ Is this possible in WEBAPI to add logic between JWT token validation and the authorization?
I'll try this
103 replies
C
C#
•
Created by Shaka on 11/10/2023 in
#help
❔ Is this possible in WEBAPI to add logic between JWT token validation and the authorization?
yes, and I don't wanna the roles put inthe claim and return to the user
103 replies
C
C#
•
Created by Shaka on 11/10/2023 in
#help
❔ Is this possible in WEBAPI to add logic between JWT token validation and the authorization?
but I need to query the roles in each requirement class.
103 replies
C
C#
•
Created by Shaka on 11/10/2023 in
#help
❔ Is this possible in WEBAPI to add logic between JWT token validation and the authorization?
now I find the only ways is query the user role with ID in policy requirement
103 replies
C
C#
•
Created by Shaka on 11/10/2023 in
#help
❔ Is this possible in WEBAPI to add logic between JWT token validation and the authorization?
thanks
103 replies
C
C#
•
Created by Shaka on 11/10/2023 in
#help
❔ Is this possible in WEBAPI to add logic between JWT token validation and the authorization?
I'll try to understand that IClaims interface and find a way to query the user role with user id
103 replies
C
C#
•
Created by Shaka on 11/10/2023 in
#help
❔ Is this possible in WEBAPI to add logic between JWT token validation and the authorization?
i may take time to understand that. I'm new with C#
103 replies