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

feat: add support for loading all neccessary scopes for all services in linux setup via flag #3695

Closed
moabu opened this issue Jan 25, 2023 · 0 comments · Fixed by #3696
Closed
Assignees
Labels
kind-feature Issue or PR is a new feature request

Comments

@moabu
Copy link
Member

moabu commented Jan 25, 2023

Description

  • Implementation Details

    For functional and unit testing along with automation we need the setup to be able to create all the scopes required to call all the supported APIs with a client similar to the 1800.x client that has all the scopes added.

    Manually for this to work I have had to scan for the scopes add missing ones such as the following scopes :

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/permission.readonly
https://jans.io/oauth/jans-auth-server/config/adminui/user/permission.write
https://jans.io/oauth/jans-auth-server/config/adminui/user/rolePermissionMapping.readonly
https://jans.io/oauth/jans-auth-server/config/adminui/user/role.write
https://jans.io/oauth/jans-auth-server/config/adminui/user/rolePermissionMapping.write
..
..
..

Then finally assign all the scopes to the 1800.x client and use that client for testing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind-feature Issue or PR is a new feature request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants