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(jans-linux-setup): add scopes for agama flows CRUD #1975

Closed
jgomer2001 opened this issue Aug 1, 2022 · 3 comments · Fixed by #2015
Closed

feat(jans-linux-setup): add scopes for agama flows CRUD #1975

jgomer2001 opened this issue Aug 1, 2022 · 3 comments · Fixed by #2015
Assignees
Labels
comp-jans-linux-setup Component affected by issue or PR kind-feature Issue or PR is a new feature request

Comments

@jgomer2001
Copy link
Contributor

jgomer2001 commented Aug 1, 2022

The following scopes are used by jans-config-api to do flows management:

  • https://jans.io/oauth/config/agama.readonly
  • https://jans.io/oauth/config/agama.write
  • https://jans.io/oauth/config/agama.delete

Let's add them to the default jans installation and include them as scopes for the jans-config-api client

Descriptions could be: modify agama flows, delete, etc...

@mo-auto mo-auto added comp-jans-linux-setup Component affected by issue or PR kind-feature Issue or PR is a new feature request labels Aug 1, 2022
@devrimyatar
Copy link
Contributor

@jgomer2001 setup.py reads scopes under components:securitySchemes:oauth2:flows:clientCredentials:scopes of swagger yaml file:
https://github.com/JanssenProject/jans/blob/main/jans-config-api/docs/jans-config-api-swagger.yaml#L3530

Can't we add there?

@jgomer2001
Copy link
Contributor Author

@pujavs can you add them?

@pujavs
Copy link
Contributor

pujavs commented Aug 3, 2022

Yes we can, I will update swagger spec for the same

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

Successfully merging a pull request may close this issue.

4 participants