ansible / awx

AWX provides a web-based user interface, REST API, and task engine built on top of Ansible. It is one of the upstream projects for Red Hat Ansible Automation Platform.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWX + keycloak with AzureAD

fritz0011 opened this issue · comments

Please confirm the following

  • I agree to follow this project's code of conduct.
  • I have checked the current issues for duplicates.
  • I understand that AWX is open source software provided for free and that I might not receive a timely response.
  • I am NOT reporting a (potential) security vulnerability. (These should be emailed to security@ansible.com instead.)

Bug Summary

I have integrated AWX with keycloak(Azure AD identity provider)
I can login with my azure user through keycloak .
Now as admin user I try to add Roles to user:
Users =>AzureUSer=>Roles =>Add => Organizations(select orgs) => Admin, Member
Roles were assigned, but when I login back with the azure user I have missing the 2 roles Admin+Member for the org

P.S. Assigning other roles from Organizations, except Admin,Member are persisting

AWX version

24.6.1

Select the relevant components

  • UI
  • UI (tech preview)
  • API
  • Docs
  • Collection
  • CLI
  • Other

Installation method

kubernetes

Modifications

no

Ansible version

No response

Operating system

No response

Web browser

No response

Steps to reproduce

See bug Summary
image

image

Expected results

See bug summary

Actual results

Able to persist assigned roles as ORG Admin,Member to "SOCIAL" users

Additional information

No response