HI, sorry for late response. Yes after login successfully I will redirect to FE link
Hi berkansasmaz,
Thank you for your support.
After tracing and investigating on the backend (BE) side, I then checked the frontend (FE) side. I compared the library versions between BE and FE, and I noticed that while the BE side was up to date, the FE was using an older version. This version mismatch was the reason the FE wasn't displaying correctly.
I have already resolved the issue.
Thank you!
Hi Berkansasmaz, some reasons you give me above just about the clear iss after login or something like that and they still able to see the home page. But my issue is after I login seem the authService can not callback then access to the homepage when I using 2 URL like I mentioned. Pls help me on that.
Here is the url when I press login button: https://idp.preprod.eduverse.vision:44347/Account/Login?ReturnUrl=%2Fconnect%2Fauthorize%3Fresponse_type%3Dcode%26client_id%3DEduverse_App%26state%3DcHcwRzdlNWtxUH5kWlFNN083NS1WLTRNMHVYQ3RYaEtoTnI2cm9GWktWSUpo%26redirect_uri%3Dhttp%253A%252F%252Fpreprod.eduverse.vision%253A4200%26scope%3Dopenid%2520offline_access%2520Eduverse%26code_challenge%3DJWIdQaJS8xBVcyaZuCkKLLBjAp12QWbWhCgKNKBSsvQ%26code_challenge_method%3DS256%26nonce%3DcHcwRzdlNWtxUH5kWlFNN083NS1WLTRNMHVYQ3RYaEtoTnI2cm9GWktWSUpo%26culture%3Den%26ui-culture%3Den
No sir, in the previous version I am able to see external provider tab in host admin setting site without setting anything in host project? Could you try on your side and give me the result? Thanks
Hi,
I just normally update abp version from 8.3.4 to 9.0 then I don't see the external provider tab anymore.
Here is the config for external provider in host project:
However, we need to able to enable like microsoft, twitter in external provider tab like your image first then will config on host project, right?
Hello,
In order to better answer your question, I will ask you which template your application uses and if there is a ConfigureAuthentication method in the module class of the host project of your application, I will ask you to send it to its content.
The problem seems to be related to
redirectUri
, but I am not completely sure, I am forwarding other answers below that I think may be related to the subject, you can look here:
- https://abp.io/support/questions/6712/OpendIdConnect-Configuration-with-multitenant-url#answer-3a10dcb3-cabf-fa0e-c374-f50c76e013b8
- https://abp.io/support/questions/6712/OpendIdConnect-Configuration-with-multitenant-url#answer-3a10ddcb-e5a3-5b16-673d-6e0360262643
Hi currently, I am using abp framework version 9.0 with angular.
I am using multiple tenant with tenant resolver.
here is the configureAuthenticate:
Hi support team, Can you tell me why I cannot see the SSO setup login in account general setting? FYI: I am using abp version 9.0 with multiple tenant
Thanks
Hi support team,
I met the authenticate issue when I do separate authenticate URL and api call URL like:
oAuthConfig authen:
and api url:
And when I input the user and password then hit login button it redirect to this url:
not go to home page like normally.
Could you tell me which part I am missing to config? Thanks team