eXo openId configuration redirectUrl getting Issue #44
Replies: 11 comments 55 replies
-
|
Hello @Rajamuthukrishna You will have to configure the nginx to add the header Allow-Access-control-origin on all requests : Update the file ./conf/nginx.conf to add such header. |
Beta Was this translation helpful? Give feedback.
-
|
Hello, It means that your request requires an authentication, and it redirect you the SSO authentication workflow |
Beta Was this translation helpful? Give feedback.
-
|
Hi, |
Beta Was this translation helpful? Give feedback.
-
|
This property seems also not correct : For Using google as IDP for example, the url is : https://accounts.google.com/.well-known/openid-configuration |
Beta Was this translation helpful? Give feedback.
-
|
Can you provide platform log, so that I can check exactly where the problem is coming from ? |
Beta Was this translation helpful? Give feedback.
-
|
Hello, So, when looking in your logs, I can see the request /portal/openidAuth?_oauthInteraction=start&_initialURI=%2Fportal&_rememberme=true When click on this button, eXo will read the well-known configuration file, to search the entry 'authorization_endpoint'. Then the request redirect on this. For example, I configure my local instance with google open id. When I click on the button on the login page, I see this : The /portal/openidAuth (1) redirect to https://accounts.google.com/o/oauth2/v2/auth (2) with some parameters. In your case, what is the value of authorization_endpoint in well-known configuration file ? |
Beta Was this translation helpful? Give feedback.
-
|
Do you use docker ? or standalone installation ? Please, modify the file ${eXoHome}/conf/logback.xml by adding this line : Can you send the result log file ? Thanks |
Beta Was this translation helpful? Give feedback.
-
|
Ok, your properties for openid seems not taken in account. You should have line like this in your docker compose file : |
Beta Was this translation helpful? Give feedback.
-
|
The exo properties seems ok. in fact, in exo container, when you ping or wget localhost, you address the exo container. As your idp seems running on your local, physical machine, I think you need to provide the IP of your machine as IDP host name |
Beta Was this translation helpful? Give feedback.
-
|
redirect_uri is mandatory in exo.properties. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for your notice. I close the discussion |
Beta Was this translation helpful? Give feedback.









































Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team,
We are trying to access the eXo application in some other application, while try to hit the api getting CORS and 302 Issue,
Regards,
Raja
Beta Was this translation helpful? Give feedback.
All reactions