As a business requirement, we have a website (https://www.123.com) which is integrated with SSO (thru SAML). The authentication on this site is IDP initiated. On the other hand, I have another website (https://www.231.com) which is also integrated with SSO but authenticated is SP initiated. How can ...
Nope maven command is not working, If i hardcode username and password in my parent pom.xml and if i use mvn clean install -PautoInstallDevPackage its deploying to remote server
Am trying to push my local code to remote Server, In my pom.xml I gave HostName,PortNumber, username and password (dynamic ) from maven command line arguments, in that time am getting error Un-authorized to hit the server, If i gave hardcode username and password in my pom.xml i can able to deploy m...
Hi Team,Our requirement.1. Single vanity URL -- for different languages.Example:: geometrixx.html is the shorten URL for en, de, fr languages.http://geometrix.html, If the user hits the URL, based on GeoIP, Akamai has shown their corresponding language content.Is there any way to achieve?Please giv...