simpleidserver / SimpleIdServer

OpenID, OAuth 2.0, SCIM2.0, UMA2.0, FAPI, CIBA & OPENBANKING Framework for ASP.NET Core
https://simpleidserver.com/
Apache License 2.0
682 stars 90 forks source link

Super administrators, realm administrators, and regular users #765

Open qq1176914912 opened 1 week ago

qq1176914912 commented 1 week ago

Hello, excuse me, do you have a plan to realize the permission? For example, a super administrator and a realm administrator can log in to 5002, but only a super administrator can switch between realms and enter different realms, realm administrators cannot switch realms and can only manage their own realm content, and ordinary users cannot log in to 5002 for administrative operations. The current situation is that all users are equivalent to the super administrator and can log in to 5002 to operate everything.

simpleidserver commented 1 week ago

Hello,

We can develop this feature and include it in the next release. At the moment, we are busy with several tasks:

When we have finished both tasks, we can work on it. If you feel comfortable with our codebase, you can also contribute to it :)

Kind regards,

SID

qq1176914912 commented 1 week ago

Hello,

We can develop this feature and include it in the next release. At the moment, we are busy with several tasks:

  • Ensuring compliance with the EBSI conformance test (issuer).
  • Supporting OpenID federation.

When we have finished both tasks, we can work on it. If you feel comfortable with our codebase, you can also contribute to it :)

Kind regards,

SID

Thank you for your reply. I understand.