python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Claims and policy based Authorization
I am using policy-based authorization.
here I'm storing claims information if after login in MVC controller
ClaimsIdentity identity = null;
identity = new ClaimsIdentity(new[]
...
Basma
Votes: 0
Answers: 2
Why doesn't ASP.NET Core support resource claims in token based authorization?
So here's what we're doing: we create a backend solution for a large IoT system and every IoT device has an identifier.
Also there are users and when logging in, they get an access token (JWT style + ...
crimson_code
Votes: 0
Answers: 1
.NET 6 Web API - Windows Authentication & Authorization At Application Level
I have implemented the below scenario successfully using .NET Framework, Windows Authentication, ASP.NET Impersonation, and SQL Server Row-Level Security. My goal with this question is to determine h...
CGSD
Votes: 0
Answers: 0
Asp.NetCore FallbackPolicy for Multiple IDPs
I'm building a set of Web Apis using .Net6.0 that will have more than one Identity Provider. I would like to have a FallbackPolicy that means all endpoints will have to at least have authenticated re...

CorporateActionMan
Votes: 0
Answers: 1