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 would I integrate this at work with plain old window AD? Any tips what to start looking at? #454

Open
punkouter24 opened this issue Jul 3, 2023 · 1 comment

Comments

@punkouter24
Copy link

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@chrpai
Copy link

chrpai commented Feb 3, 2024

I've not used blazor starter kit but here's some general knowledge I have.

IIS Hosted - ASP.NET Core apps hosted on IIS with Windows Auth turned on will automatically have the identity of the user in the requst. From there it's simple to implement RBAC with a claim filter.

Cloud/Linux Hosted - We have multiple options available to us at my day job. Entra ID and Ping Federation are the two preferred. You'd have to find out what identity providers are available to you from the people who handle IAM within your organization.

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

No branches or pull requests

2 participants