Sparx Systems Forum
Enterprise Architect => Bugs and Issues => Topic started by: arquitecturakeralty on August 23, 2024, 03:37:25 am
-
Hi everyone,
We've a problem when trying to use OpenId for authenticating users with our Azure AD. We've a loop when trying to authenticate.
First , we access WebEA, then we select the model to open, then we press the OpenId button to authenticate and the callback send me again to the login WebEA page.
The URL that we're using for callback is https://XXXXXXXXXXXXX.com/login_sso.php
Anyone can help us with this?
Thx!
-
We need a lot more information on what set-up steps you did actually complete
- your open id group has members
- your open id group is connected to the user group
- the correct fields are matched (given name, surname, email, login)
- etc
IIRC having to log in twice was necessary if the account isn't logged in on browser level
-
Hi!!!, Sorry for the delay. Iam not sure about the second point , we just have a group configured and that group has 2 members. The fields that we're using are : email , family name, given name and upn.
Thanks for your help!
-
what is the setup you did on EA client security side?
blank the names and url where nececarry if you post a pic using [IMG ] tags
-
hi ,
For security reason I cant upload the image but the fields that we have configured are:
Open ID URL : XXXXXXX
callback url: http://localhost:8888/openid/callback -> this one ius set by default by EA
client_ID: XXXXXXXX
client_secret: XXXXXXXX
scope: openid profile offline_access
claim to match to local user: upn
claim to match to local groups: groups
and we've checked the use ID Token for claims , we dont have checked the Use user info for claims .
Thanks!