uaa icon indicating copy to clipboard operation
uaa copied to clipboard

Deployment Issue of UAA in Turkish OS - Scopes are not getting properly assigned

Open Subbu3992 opened this issue 2 years ago • 2 comments

What version of UAA are you running?

75.15.0

What output do you see from curl <YOUR_UAA>/info -H'Accept: application/json'?

{"app":{"version":"75.15.0"},"showLoginLinks":true,"links":{"uaa":"http://localhost:8080/uaa","login":"http://localhost:8080/uaa"},"zone_name":"uaa","entityID":"cloudfoundry-saml-login","commit_id":"d573998","idpDefinitions":{},"prompts":{"username":["text","User"],"password":["password","Password"],"passcode":["password","Temporary Authentication Code ( Get one at http://localhost:8080/uaa/passcode )"]},"timestamp":"2022-02-08T08:21:41+0000"}

I am deploying the UAA

using a bosh release I downloaded from bosh.io deployed the package in tomcat server 9.0.35 in local

What did you do?

We are trying to assign scopes for specific clients. These scopes are associated with permissions related to our applications. The permissions are being assigned to a specific group and the group memberships are assigned to users accordingly. But the scopes are not getting reflected for the assigned users specifically in Turkish OS machine whereas the same works fine in English OS machines.

I have used the below configurations in the UAA.YML file

clients: test-client: secret: secret override: true scope: ab.,scim.,uaa.* authorities: ab.user,ab.admin,uaa.resource authorized-grant-types: implicit,authorization_code redirect-uri: "http://localhost:4200"

scim: username_pattern: '[A-Za-z0-9+-_.@]+' users:

groups: APPROLE_ab_admin: 'My Test Administrator' APPROLE_ab_user: 'My Test User'

ab.write: 'can write on my test applications'
ab.read: 'can read on my test applications'
ab.admin: 'can do all operations'

group_membership: - uaa.admin|APPROLE_ab_admin - scim.read|APPROLE_ab_user - scim.write|APPROLE_ab_user - idps.read|APPROLE_ab_user - ab.read|APPROLE_ab_user - ab.write|APPROLE_ab_admin - ab.admin|APPROLE_ab_admin - APPROLE_ab_user|APPROLE_ab_admin

What did you expect to see? What goal are you trying to achieve with the UAA?

The UAA application should be properly deployed and accessible in Turkish machine

What did you see instead?

Deployment of UAA fails and application is not getting started

Subbu3992 avatar May 30 '22 14:05 Subbu3992

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/182323695

The labels on this github issue will be updated when the story is started.

cf-gitbot avatar May 30 '22 14:05 cf-gitbot

to be honest we run only ascii OS . so can you propose a way with docker so that I can simulate the issue, because currently I cannot see it

strehle avatar Jun 15 '22 11:06 strehle

Closing due to inactivity.

@Subbu3992 it's unlikely we'll work on this, especially without clear reproduction steps.

If you care a lot about this or want to follow up, feel free to reopen the issue.

bruce-ricard avatar Oct 17 '22 23:10 bruce-ricard