Details
-
Improvement
-
Resolution: Fixed
-
Neutral
-
1.1
-
None
-
None
Description
The SSO callback URL is part of the OIDC yaml definition which prevent us from deploying the same yaml config for Author and Publics.
It would be great to have some options to compute automatically the callbackUrl based on the baseUrl property.
The baseUrl property being stored in JCR, we have more possibility to script its value via the standard Magnolia bootstrapping system
Implementation
The IAM instance requires an absolute callbackUrl. Either let the user configure that (as is done currently), or:
- allow a relative URL
- which will be turned into an absoluteUrl using the defaultBaseUrl
Checklists
Acceptance criteria