We want to create a testing environment with the following components:
-
Identity provider would be Keycloak which will up and running on a CentOS machine. This is global instance for every developer.
-
Service provider is a Spring boot application with SAML 2.0 extension.
Our goal is every developer should be able to start the application and his/her instance must use the single global Keycloak instance as Identity provider.
If you create a realms/client in Keycloak admin GUI, You must insert a just static IP for service provider. Does anybody know how we tackle that problem?