<div dir="ltr">Hi all,<br><br>I am playing around with the domain in the yoga version of OpenStack using kolla-ansible as the deployment tool. I have set up Globus as my authentication tool. However, I am curious if it is possible to log in to an existing OpenStack user account via federated login (based on Gmail)<br><br>In my case, first, I created a user named "James" in one of the domains called federated_login. When I attempt to log in, a new user is created in the default domain instead of the federated_login domain. Below is a sample of my globus.json.<br><br>[{"local": [<br>           {<br>                 "user": {<br>                         "name":"{0},<br>                         "email":"{2}<br>                  },<br>                  "group":{<br>                          "name": "federated_user",<br>                          "domain: {"name":"{1}<br>                  }<br>             }<br>     ],<br>     "remote": [<br>            { "type":"OIDC-name"}, <br>            { "type":"OIDC-organization"},{"type":"OIDC-email"}<br>      ]<br>}]<br><br><div>Apart from the above question, is there another easier way of restricting users from login in via federated? For example, allow only existing users on OpenStack with a specific email to access the OpenStack dashboard via federated login. <br></div><div><br></div><div>Best Regards,</div><div>James<br></div></div>