mrochon / b2csamples

MIT License
132 stars 41 forks source link

Documentation missing for user.IsInRole("ief") #65

Closed HudsonJeff closed 1 year ago

HudsonJeff commented 1 year ago

The MultiTenant rest api in Tenant.X509.cs references user.IsInRole("ief") as part of authorization. No where in documentation for the sample is how this role is created or generated. Knowing where and how this done would be helpful.

mrochon commented 1 year ago

It is done in the certificate validation module to indicate that the call was made with a certificate rather than OAuth2 token.