Details
-
Fix
-
Status: Released (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Current Situation
- The JOC Cockpit calls in the first step of an OIDC login the authorization endpoint with a redirect URI as query parameter so that JOC Cockpit is called up again in the browser after the dialogs of the OIDC provider.
- This redirect URI is created in the form
https://<domain>[:<port>]/joc
- This is an inflexible URI if the URI from JOC Cockpit is mapped via a proxy in a different structure such as
https://<domain>[:<port>]
-
https://<domain>[:<port>]/helloWorld/joc
Desired Behavior
JOC Cockpit should offer creating a more flexible redirect URI. without requiring the "/joc" path being used.
Workaround
Change your proxy configuration reflecting the structure
https://<domain>[:<port>]/joc