Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How To Use TheIdServer without Asp.Net Core Identity framework. #1172

Closed
umar-ulabs opened this issue Jan 16, 2024 · 1 comment
Closed

How To Use TheIdServer without Asp.Net Core Identity framework. #1172

umar-ulabs opened this issue Jan 16, 2024 · 1 comment
Labels
question Further information is requested

Comments

@umar-ulabs
Copy link

I already have Asp.Net Core Identity framework in use for the application. I dont want to touch its related tables(AspNetuser,AspNetRoles and so on), I have a separate table called ManufacturingUser. It has nothing to do with Identity framework/UserManager. How would I go about using TheIdServer just for these set of users? or is it even possible. Thank you

@umar-ulabs umar-ulabs added the question Further information is requested label Jan 16, 2024
@aguacongas
Copy link
Member

You can create a custom claims providers adding a claim of your choice when the user is present in table ManufacturingUser.
Then your apps and your protected resources can check for this claim and alloy or not the access.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants