How to Configure SAML for VPC hosted on AWS(Mendix)

0
Hi Fellow developers,   we are using AWS VPC, where we need to bring the SSO. for that we opted out to use the SAML for SSO. but unfortunately, when we are creating a SP meta data file we are end up having the entity id as docker-example.com. Ideally it should be app root URL.   Any please help us with documentation or with a tip for fixing this issue.   Thanks in advance  
asked
1 answers
0

You need the set the custom runtime setting ApplicationRootUrl yourself. See the documentation. If you deploy using Dockers, you can check the CF-mendix-buildpack for how to set custom runtime settings.

answered