kilork / openid

OpenID Connect Rust Library
The Unlicense
63 stars 22 forks source link

How to connect kanidm server? #56

Closed zoujiaqing closed 1 month ago

zoujiaqing commented 2 months ago

I want kanidm as auth server. How to use it?

kilork commented 1 month ago

Hi there! Unfortunately, KanidM is a different project from our openid crate, which focuses on implementing the OpenID Connect protocol in Rust. If you're interested in using KanidM as an authentication server, I recommend checking out their official documentation and community resources for guidance on setup and configuration.

However, if you're looking to integrate OpenID Connect with your application, our openid crate can help with that. Would you like me to provide more information on how to use it?

zoujiaqing commented 1 month ago

Thank u. you are support keycloak. all right?

kilork commented 1 month ago

You are welcome! Yes, any provider who implements OpenID protocol is supported. keycloak one of such implementations.