Last active
February 4, 2020 08:50
-
-
Save serpensalbus/2b4dd6873ebbfdc5912f827a8f299bbb to your computer and use it in GitHub Desktop.
Virtual URI mapping example for bootstrapping in Magnolia
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'virtualUriMappings': | |
'jcr:primaryType': mgnl:content | |
'ssologin': | |
'class': info.magnolia.multisite.mapping.MultiSiteRootVirtualUriMapping | |
'fromUri': /sso | |
'toUri': redirect:/.magnolia/admincentral |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment