© 2024 InterSystems Corporation, Cambridge, MA. All rights reserved.Privacy & TermsGuaranteeSection 508Contest Terms
Initial Release
InterSystems IRIS - SAML Authentication Test
More details about this project, can be read on Developer Community
Build and run with docker-compose
docker-compose up --build -d
After a while after build will be completed, and IRIS will start, our test application will be available by URL http://localhost:19092/saml-example/caretdev.examples.saml.MyApp.cls. Google and some other IdP may require that your application should be used over HTTPS. To have access over https to my local application I’m using ngrok project. Let’s start secure tunnel to our application.
ngrok http 19092
It should output something like this.
So, our application now available by link http://b571ff3e.ngrok.io/saml-example/caretdev.examples.saml.MyApp.cls, and should show such page.