Skip to content
Discussion options

You must be logged in to vote

Hi @nsfuntionality,

Let me explain how AuthP works, which might help you with your questions.

The AuthP library contains the minimum data to handle Roles and Tenants linked to a AuthP User. From this you can a) control access to the features in your application via the HadPermissions attribute / method, and b) provides a DataKey to filter your application's data. If you want more features or information, then you can implement that in your application's DbContext.

Another point is your application code and data shouldn't access the AuthP database - the only data you have are the Permissions and DataKey claims. I wanted to display the tenant name in the header of the Example3 application, …

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@nsfuntionality
Comment options

@JonPSmith
Comment options

@nsfuntionality
Comment options

Answer selected by nsfuntionality
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants