mattmorg55 / Owin.Security.Keycloak

Keycloak Authentication Middleware for the C# OWIN Pipeline
http://keycloak.jboss.org
MIT License
17 stars 20 forks source link

Account Management #16

Open bigheaddevops opened 5 years ago

bigheaddevops commented 5 years ago

Hello, First of all thanks for this. There is no other good stuff for Keycloak with C#. But I am still having problems with the lack of examples, for instance, account management, get all users, create user, change password, etc. How can I do this with this extension or without it, can anyone help me? What do I really need is get the user info, create a new user, get all the groups, the roles. Can someone help me?

mikemir commented 4 years ago

Hi bigheaddevops, because I tell you that this nuget itself is the utility to protect your web applications from unauthorized access. You can review this other project that is a rest client that makes use of the Keycloak API. https://github.com/lvermeulen/Keycloak.Net