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
I am able to start the service and I have configured the necessary redirect URIs, however, when the token gets sent back, the reverse proxy automatically removes the ssl certificate and forwards the request to the container using http
SEVERE [http-nio-8080-exec-9] com.mxgraph.online.AbsAuth.contactOAuthServer AUTH-SERVLET: [https://login.microsoftonline.com/common/oauth2/v2.0/token] ERROR: Server returned HTTP response code: 400 for URL: https://login.microsoftonline.com/common/oauth2/v2.0/token -> {"error":"invalid_client","error_description":"AADSTS50011: The redirect URI 'http://draw.mydomain.com/microsoft' specified in the request does not match the redirect URIs configured for the application '4897b7e3-3215-4264-aa2b-6ab9f81bdf60'. Make sure the redirect URI sent in the request matches one added to your application in the Azure portal. Navigate to https://aka.ms/redirectUriMismatchError to learn more about how to fix this. Trace ID: 78ecf6d7-5899-4091-8e44-5537cf8a8000 Correlation ID: 4e497259-6995-48e5-b451-ac2fc270fdb9 Timestamp: 2023-12-19 18:32:55Z","error_codes":[50011],"timestamp":"2023-12-19 18:32:55Z","trace_id":"78ecf6d7-5899-4091-8e44-5537cf8a8000","correlation_id":"4e497259-6995-48e5-b451-ac2fc270fdb9","error_uri":"https://login.microsoftonline.com/error?code=50011"}
Is there a way to reconfigure the redirect URI to allow this? According to Microsoft http redirect URI's are not allowed even though the redirect URI is ssl secured during transit
This discussion was converted from issue #140 on January 03, 2024 21:05.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am able to start the service and I have configured the necessary redirect URIs, however, when the token gets sent back, the reverse proxy automatically removes the ssl certificate and forwards the request to the container using http
Is there a way to reconfigure the redirect URI to allow this? According to Microsoft
http
redirect URI's are not allowed even though the redirect URI is ssl secured during transitBeta Was this translation helpful? Give feedback.
All reactions