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

jans-config-api : UMA Scope not getting created #2062

Closed
pujavs opened this issue Aug 9, 2022 · 1 comment · Fixed by #2063
Closed

jans-config-api : UMA Scope not getting created #2062

pujavs opened this issue Aug 9, 2022 · 1 comment · Fixed by #2063
Assignees

Comments

@pujavs
Copy link
Contributor

pujavs commented Aug 9, 2022

Describe the bug
UMA scope request being saved as openid

To Reproduce
Steps to reproduce the behaviour:

  1. Create Scope of type UMA
  2. JSON
    {
    "claims": [],
    "dynamicScopeScripts": [],
    "defaultScope": false,
    "attributes": {
    "spontaneousClientId": null,
    "spontaneousClientScopes": [],
    "showInConfigurationEndpoint": true
    },
    "id": "Test ID",
    "displayName": "Test Display",
    "description": "TEST Description",
    "scopeType": "uma",
    "iconUrl": "http://google.com",
    "umaAuthorizationPolicies": [
    "inum=2DAF-F9A5,ou=scripts,o=jans",
    "inum=2DAF-F995,ou=scripts,o=jans"
    ],
    "creatorType": "USER",
    "creatorId": "3e6ec5ec-481b-4cae-a8bb-a44ea3e78912"
    }
  3. Scope is being saved with type openid

Expected behaviour
UMA Scope should be created

Screenshots
NA

Desktop (please complete the following information):
NA

Smartphone (please complete the following information):
NA

Additional context
Add any other context about the problem here.

@pujavs
Copy link
Contributor Author

pujavs commented Aug 9, 2022

@duttarnab, this has been fixed via PR 2063
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant