Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(flex-linux-setup): admin scopes are not loaded into the database #531

Closed
moabu opened this issue Oct 20, 2022 · 2 comments
Closed

fix(flex-linux-setup): admin scopes are not loaded into the database #531

moabu opened this issue Oct 20, 2022 · 2 comments
Assignees
Labels
bug Something isn't working comp-flex-linux-setup Component affected by issue or PR

Comments

@moabu
Copy link
Member

moabu commented Oct 20, 2022

All admin ui scopes are not by default loaded into the scopes. Hence for a user to use them they have to manually create them which is a hassle.


https://jans.io/oauth/jans-auth-server/config/adminui/license.readonly
https://jans.io/oauth/jans-auth-server/config/adminui/license.write

https://jans.io/oauth/jans-auth-server/config/adminui/user/role.readonly
https://jans.io/oauth/jans-auth-server/config/adminui/user/role.write
https://jans.io/oauth/jans-auth-server/config/adminui/user/role.delete

https://jans.io/oauth/jans-auth-server/config/adminui/user/permission.readonly
https://jans.io/oauth/jans-auth-server/config/adminui/user/permission.write
https://jans.io/oauth/jans-auth-server/config/adminui/user/permission.delete

https://jans.io/oauth/jans-auth-server/config/adminui/user/rolePermissionMapping.readonly
https://jans.io/oauth/jans-auth-server/config/adminui/user/rolePermissionMapping.write
https://jans.io/oauth/jans-auth-server/config/adminui/user/rolePermissionMapping.delete
@moabu moabu added the bug Something isn't working label Oct 20, 2022
@moabu moabu self-assigned this Oct 20, 2022
@moabu moabu changed the title fix(cn-linux-setup): admin scopes are not loaded into the database fix(flex-linux-setup): admin scopes are not loaded into the database Oct 20, 2022
@duttarnab duttarnab assigned devrimyatar and unassigned moabu Oct 20, 2022
@duttarnab duttarnab added the comp-flex-linux-setup Component affected by issue or PR label Jan 3, 2023
@duttarnab
Copy link
Contributor

duttarnab commented Jan 3, 2023

Hi @devrimyatar, the jans installation script should create the listed admin-ui scopes in the scopes table of persistence.

@duttarnab
Copy link
Contributor

Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working comp-flex-linux-setup Component affected by issue or PR
Projects
None yet
Development

No branches or pull requests

3 participants