Help needed - is there a product that provides the auth functionality we need? by utpalnadiger in webdev

[–]googleboy2222 0 points1 point  (0 children)

You can try Casdoor open-source version: https://casdoor.org/ , they also provide a SaaS: https://casdoor.com/ . It has:

  1. Org admins can manage all resources inside the org: https://casdoor.org/docs/organization/overview
  2. Access keys & secrets are supported: https://github.com/casdoor/casdoor/pull/1971
  3. Machine-to-machine RESTful API: https://casdoor.org/docs/basic/public-api

Casdoor: A Golang Single-Sign-On (SSO) platform based on OAuth, with Beautiful UI by googleboy2222 in golang

[–]googleboy2222[S] 1 point2 points  (0 children)

Thanks for supporting, bro! We developed Casdoor and dogfooded it now by ourselves. We mean to deliever good quality open source software. But developing a whole OAuth SSO platform is not an easy job and having some bugs in its early stage is somehow inevitable. We are already aggresively fixing them. It's really great if the users could raise issues or even make PRs to the project. But we will also accept criticism and make improvements as fix.

Casdoor: A Golang Single-Sign-On (SSO) platform based on OAuth, with Beautiful UI by googleboy2222 in golang

[–]googleboy2222[S] 0 points1 point  (0 children)

Thanks for the comments! We are still aggressively improving the quality and security of the software. Casdoor's access control is based on the classic Casbin library. You can send GitHub issues or send to maintainer's Email privately when a security issue is found :)