You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to this comment, the RedirectHost setting is overridden in the appsettings.json ... but that doesn’t seem to be correct.
I had the issue where the redirect ended up in a loop, and it kept trying multiple times but couldn’t log in.
ResponseBody: {"error":"invalid_client","error_description":"AADSTS500112: The reply address 'https://localhost:5001/signin-oidc' does not match the reply address 'https://presencelight.local:4433/signin-oidc' provided when requesting Authorization code. Trace ID: XXXX Correlation ID: XXXX Timestamp: 2025-01-06 16:50:28Z","error_codes":[500112],"timestamp":"2025-01-06 16:50:28Z","trace_id":"XXX","correlation_id":"XXX"}
I then manually altered the appsettings.json to match the settings in the docker compose, and after the restart, the login/redirect worked.
Describe the bug
According to this comment, the RedirectHost setting is overridden in the appsettings.json ... but that doesn’t seem to be correct.
I had the issue where the redirect ended up in a loop, and it kept trying multiple times but couldn’t log in.
ResponseBody: {"error":"invalid_client","error_description":"AADSTS500112: The reply address 'https://localhost:5001/signin-oidc' does not match the reply address 'https://presencelight.local:4433/signin-oidc' provided when requesting Authorization code. Trace ID: XXXX Correlation ID: XXXX Timestamp: 2025-01-06 16:50:28Z","error_codes":[500112],"timestamp":"2025-01-06 16:50:28Z","trace_id":"XXX","correlation_id":"XXX"}
I then manually altered the appsettings.json to match the settings in the docker compose, and after the restart, the login/redirect worked.
"RedirectHost": "https://presencelight.local:4433",
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Login without needing to adjust the appconfig.
Screenshots
Further details
The text was updated successfully, but these errors were encountered: