Venky writes

Venky writes

Follow
Follow
homeSponsorbadgesnewsletter
Tag

authorization

#authorization

More content

Read more stories on Hashnode


Articles with this tag

Attribute-Based Access Control Sample for a .Net Core API Application

Jan 2, 20221 min read967 views

GitHub Link: https://github.com/venbacodes/ABAC-Sample-for-API This is a simple demo sample on implementing ABAC in a .Net Core API Application. This...

Attribute-Based Access Control Sample for a .Net Core API Application

Impersonation in a .Net core application with Identity Server 4

Dec 8, 20211 min read789 views

Identity Server 4 does not provide native impersonation support which I needed for one of my projects. I have implemented one on top of it. Here is...

Impersonation in a .Net core application with Identity Server 4