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

Bug: users added with their email aren't connected to their UAA account #567

Open
1 task
echappen opened this issue Oct 18, 2024 · 0 comments
Open
1 task
Labels
Auth/Auth user authentication and authorization Bug Something isn't working Data Management API's, data storage, business logic, etc squad-dashboard

Comments

@echappen
Copy link
Contributor

Scenario:

  1. A user creates a Cloud.gov account through their gsa secureauth account.
  2. User is added to an org by their org manager
  3. User is given the role of "Org Manager"

Expected behavior:
User should see all users on the Manage Users page for the org they were added to.

Actual Behavior:
User is not seeing any users on that page.

(example of this scenario)

Theory:

When we use the secureauth username [first name][middle initial][last name] to add this person to the OrgManager role using the cf cli, they are then able to view users and an additional account shows up for them:

Example:

cf set-org-role [username] 18f-stratos-rebuild OrgManager

This suggests that the email used for adding the user through the app is not being connected to their core UAA account somehow.

Acceptance Criteria

  • a user can be added through the app and is able to see proper users when given the org role of "Org Manager"
@echappen echappen added Auth/Auth user authentication and authorization Bug Something isn't working Data Management API's, data storage, business logic, etc squad-dashboard labels Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Auth/Auth user authentication and authorization Bug Something isn't working Data Management API's, data storage, business logic, etc squad-dashboard
Projects
None yet
Development

No branches or pull requests

1 participant