[Suggestion] keycloak
Suggestion: module for authentication and authorization of users using the keycloak https://www.keycloak.org/
@afernandes keycloak uses openid connect protocol, right?
We are using IdentityServer4. So, in short time, we don't want to spend time on that. However, it can be a good feature request for backlog. Thanks.
@hikalkan keycloak doesn't respect the protocol 100% as IdentityServer4 does, but the difference is minor and it wouldn't be a lot of job to implement it. However, the required changes need to be made in IdentityModel library, so I guess it would require forking IdentityModel and modifying it slightly to make it compatible with both keycloak and IdentityServer4.
I still have not delved into the subject, so forgive me if I say nonsense.
Keycloak is based on standard protocols and provides support for OpenID Connect, OAuth 2.0, and SAML.
But, the administrative part of IdentityServer4 is paid and Keycloak is Open Source.
https://www.identityserver.com/products/#AdminUI
In the way the project is today, is it possible to implement Single Sign-On and with an administrative area in an easy way?
Also interested in this feature for a large e-commerce project... any updates on the interoperability and libraries since this was originally raised... been over a year since the last comment?
Now that Identity Server has become a commercial product, the discussion is back on the agenda. It would be interesting to have other options such as keyclock or openiddict.
same situation, keyclock is the only choice at the moment, it would be great if we support keyclock and openiddict.
I think a good support for Keycloak would be great, as many companies already have Keycloak working for their identity and access management needs.
Nowadays, we are working on Keycloak integration possibilities in parallel to the OpenIddict integration reseach.
Nowadays, we are working on Keycloak integration possibilities in parallel to the OpenIddict integration reseach.
May I ask if it's available now?
We've integrated Keycloak to this project: https://github.com/abpframework/eShopOnAbp Currently, we are not planning any specific integration. You can use this example as a reference.