<div dir="auto"><div style="font-family:sans-serif;font-size:12.8px" dir="auto"><div style="width:380.19px;margin:16px 0px"><p>Hello,</p><p><u></u></p><p><u></u> <u></u></p><p>I am settting up the SAML authentication using the flexible authentication features specified here : <a href="https://docs.evolveum.com/midpoint/reference/security/authentication/flexible-authentication/#module-configuration" style="text-decoration-line:none;color:rgb(66,133,244)">https://docs.evolveum.com/midpoint/reference/security/authentication/flexible-authentication/#module-configuration</a><u></u><u></u></p><p><u></u> <u></u></p><p>I was able to to setup the SSO without signature.<u></u><u></u></p><p>The SSO Login works with our IDP (HTTP POST or REDIRECT bindings) but the SLO (HTTP REDIRECT binding) does not work since the logout request must be signed according to the SAML 2 standard (error on my IDP : org.opensaml.saml.common.SAMLException: Logout request is not signed but should be.).<u></u><u></u></p><p><u></u> <u></u></p><p>But if I try to setup the SP signature key in <serviceProvider><keys><activeSimpleKey> and enable <signRequests>true</signRequests>, then I get the error below.<u></u><u></u></p><p><u></u> <u></u></p><p>I also tried to use <activeKeyStoreKey> instead of <activeSimpleKey> but then I get the error<u></u><u></u></p><p><u></u> <u></u></p><p>[http-nio-10.104.16.170-8080-exec-5] ERROR (com.evolveum.midpoint.web.security.filter.TranslateExceptionFilter): <b>Credential cannot be null</b> net.shibboleth.utilities.java.support.logic.ConstraintViolationException: Credential cannot be null<u></u><u></u></p><p>        at net.shibboleth.utilities.java.support.logic.Constraint.isNotNull(Constraint.java:227)<u></u><u></u></p><p>        at org.opensaml.xmlsec.keyinfo.KeyInfoGeneratorManager.getFactory(KeyInfoGeneratorManager.java:82)<u></u><u></u></p><p><u></u> <u></u></p><p><b>Does anyone has a working example with SP signature keys?<u></u><u></u></b></p><p><b><u></u> <u></u></b></p><p>I also opened a JIRA issue with more details : <a href="https://jira.evolveum.com/browse/MID-7034" style="text-decoration-line:none;color:rgb(66,133,244)">https://jira.evolveum.com/browse/MID-7034</a><u></u><u></u></p><p><u></u> <u></u></p><p>-Frederic<u></u><u></u></p><p><u></u> <u></u></p><p>----<u></u><u></u></p><p><u></u> <u></u></p><p>Full error when using <activeSimpleKey> :<u></u><u></u></p><p><u></u> <u></u></p><p>2021-05-06 12:31:51,334 [MODEL] [http-nio-10.104.16.170-8080-exec-3] ERROR (com.evolveum.midpoint.web.security.filter.TranslateExceptionFilter): <b>class org.bouncycastle.asn1.pkcs.PrivateKeyInfo cannot be cast to class org.bouncycastle.<u></u><u></u></b></p><p><b>openssl.PEMKeyPair (org.bouncycastle.asn1.pkcs.PrivateKeyInfo and org.bouncycastle.openssl.PEMKeyPair are in unnamed module of loader org.springframework.boot.loader.LaunchedURLClassLoader @6659c656</b>)<u></u><u></u></p><p>java.lang.ClassCastException: class org.bouncycastle.asn1.pkcs.PrivateKeyInfo cannot be cast to class org.bouncycastle.openssl.PEMKeyPair (org.bouncycastle.asn1.pkcs.PrivateKeyInfo and org.bouncycastle.openssl.PEMKeyPair are in unname<u></u><u></u></p><p>d module of loader org.springframework.boot.loader.LaunchedURLClassLoader @6659c656)<u></u><u></u></p><p>        at org.springframework.security.saml.util.X509Utilities.readPrivateKey(X509Utilities.java:110)<u></u><u></u></p><p>        at org.springframework.security.saml.spi.SamlKeyStoreProvider.getKeyStore(SamlKeyStoreProvider.java:49)<u></u><u></u></p><p>        at com.evolveum.midpoint.web.security.MidpointSamlKeyStoreProvider.getKeyStore(MidpointSamlKeyStoreProvider.java:56)<u></u><u></u></p><p>        at com.evolveum.midpoint.web.security.MidpointOpenSamlImplementation.getCredentialsResolver(MidpointOpenSamlImplementation.java:32)<u></u><u></u></p><p>        at org.springframework.security.saml.spi.opensaml.OpenSamlImplementation.getKeyDescriptor(OpenSamlImplementation.java:1916)<u></u><u></u></p><p>        at org.springframework.security.saml.spi.opensaml.OpenSamlImplementation.getRoleDescriptors(OpenSamlImplementation.java:958)<u></u><u></u></p><p>        at org.springframework.security.saml.spi.opensaml.OpenSamlImplementation.internalToXml(OpenSamlImplementation.java:886)<u></u><u></u></p><p>        at org.springframework.security.saml.spi.opensaml.OpenSamlImplementation.toXml(OpenSamlImplementation.java:391)<u></u><u></u></p><p>        at org.springframework.security.saml.spi.DefaultSamlTransformer.toXml(DefaultSamlTransformer.java:55)<u></u><u></u></p><p>        at org.springframework.security.saml.provider.AbstractHostedProviderService.toXml(AbstractHostedProviderService.java:313)<u></u><u></u></p><p>        at org.springframework.security.saml.provider.SamlMetadataFilter.doFilterInternal(SamlMetadataFilter.java:67)<u></u><u></u></p><p>        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)<u></u><u></u></p><p>        at com.evolveum.midpoint.web.security.filter.MidpointAuthFilter$VirtualFilterChain.doFilter(MidpointAuthFilter.java:418)<u></u><u></u></p><p>        at org.springframework.security.saml.provider.config.ThreadLocalSamlConfigurationFilter.doFilterInternal(ThreadLocalSamlConfigurationFilter.java:42)<u></u><u></u></p><p>        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)<u></u><u></u></p><p>        at com.evolveum.midpoint.web.security.filter.MidpointAuthFilter$VirtualFilterChain.doFilter(MidpointAuthFilter.java:418)<u></u><u></u></p><p>        at com.evolveum.midpoint.web.security.filter.RedirectForLoginPagesWithAuthenticationFilter.doFilterInternal(RedirectForLoginPagesWithAuthenticationFilter.java:39)<u></u><u></u></p><p>        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)<u></u><u></u></p><p>        at com.evolveum.midpoint.web.security.filter.MidpointAuthFilter$VirtualFilterChain.doFilter(MidpointAuthFilter.java:418)<u></u><u></u></p><p>        at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90)<u></u><u></u></p><p>        at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75)<u></u><u></u></p><p>        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)<u></u><u></u></p><p>        at com.evolveum.midpoint.web.security.filter.MidpointAuthFilter$VirtualFilterChain.doFilter(MidpointAuthFilter.java:418)<u></u><u></u></p><p>        at com.evolveum.midpoint.web.security.filter.MidpointAuthFilter.processingOfAuthenticatedRequest(MidpointAuthFilter.java:374)<u></u><u></u></p><p>        at com.evolveum.midpoint.web.security.filter.MidpointAuthFilter.doFilterInternal(MidpointAuthFilter.java:191)<u></u><u></u></p><p>        at com.evolveum.midpoint.web.security.filter.MidpointAuthFilter.doFilter(MidpointAuthFilter.java:109)<u></u><u></u></p><p>        at com.evolveum.midpoint.web.security.filter.MidpointFilterChainProxy$VirtualFilterChain.doFilter(MidpointFilterChainProxy.java:169)<u></u><u></u></p><p>        at com.evolveum.midpoint.web.security.filter.TranslateExceptionFilter.doFilterInternal(TranslateExceptionFilter.java:32)<u></u><u></u></p><p>        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)<u></u><u></u></p><p>        at com.evolveum.midpoint.web.security.filter.MidpointFilterChainProxy$VirtualFilterChain.doFilter(MidpointFilterChainProxy.java:171)<u></u><u></u></p><p>        at org.springframework.security.web.session.ConcurrentSessionFilter.doFilter(ConcurrentSessionFilter.java:147)<u></u><u></u></p><p>        at org.springframework.security.web.session.ConcurrentSessionFilter.doFilter(ConcurrentSessionFilter.java:125)<u></u><u></u></p><p>        at com.evolveum.midpoint.web.security.filter.MidpointFilterChainProxy$VirtualFilterChain.doFilter(MidpointFilterChainProxy.java:171)<u></u><u></u></p><p>        at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110)<u></u><u></u></p><p>        at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80)<u></u><u></u></p><p>        at com.evolveum.midpoint.web.security.filter.MidpointFilterChainProxy$VirtualFilterChain.doFilter(MidpointFilterChainProxy.java:171)<u></u><u></u></p><p>        at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55)<u></u><u></u></p><p>        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)<u></u><u></u></p><p>        at com.evolveum.midpoint.web.security.filter.MidpointFilterChainProxy$VirtualFilterChain.doFilter(MidpointFilterChainProxy.java:171)<u></u><u></u></p><p>        at com.evolveum.midpoint.web.security.filter.MidpointFilterChainProxy.doFilterInternal(MidpointFilterChainProxy.java:95)<u></u><u></u></p><p>        at com.evolveum.midpoint.web.security.filter.MidpointFilterChainProxy.doFilter(MidpointFilterChainProxy.java:60)<u></u><u></u></p><p>        at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358)<u></u><u></u></p><p>        at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271)<u></u><u></u></p><p>        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)<u></u><u></u></p><p>        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)<u></u><u></u></p><p>        at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)<u></u><u></u></p><p>        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)<u></u><u></u></p><p>        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)<u></u><u></u></p><p>        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)<u></u><u></u></p><p>        at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)<u></u><u></u></p><p>        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)<u></u><u></u></p><p>        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)<u></u><u></u></p><p>        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)<u></u><u></u></p><p>        at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:93)<u></u><u></u></p><p>        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)<u></u><u></u></p><p>        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)<u></u><u></u></p><p>        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)<u></u><u></u></p><p>        at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)<u></u><u></u></p><p>        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)<u></u><u></u></p><p>        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)<u></u><u></u></p><p>        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)<u></u><u></u></p><p>        at com.evolveum.midpoint.web.boot.TrailingSlashRedirectingFilter.doFilterInternal(TrailingSlashRedirectingFilter.java:60)<u></u><u></u></p><p>        at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)<u></u><u></u></p><p>        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)<u></u><u></u></p><p>        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)<u></u><u></u></p><p>        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)<u></u><u></u></p><p>        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)<u></u><u></u></p><p>        at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)<u></u><u></u></p><p>        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)<u></u><u></u></p><p>        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)<u></u><u></u></p><p>        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)<u></u><u></u></p><p>        at com.evolveum.midpoint.web.boot.NodeIdHeaderValve.invoke(NodeIdHeaderValve.java:46)<u></u><u></u></p><p>        at com.evolveum.midpoint.web.boot.TomcatRootValve.invoke(TomcatRootValve.java:62)<u></u><u></u></p><p>        at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:764)<u></u><u></u></p><p>        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:346)<u></u><u></u></p><p>        at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)<u></u><u></u></p><p>        at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)<u></u><u></u></p><p>        at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:887)<u></u><u></u></p><p>        at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1684)<u></u><u></u></p><p>        at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)<u></u><u></u></p><p>        at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)<u></u><u></u></p><p>        at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)<u></u><u></u></p><p>        at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)<u></u><u></u></p><p>        at java.base/java.lang.Thread.run(Thread.java:829)<u></u><u></u></p><p><u></u> <u></u></p><p><u></u> <u></u></p><p>For reference, here is my <securityPolicy><authentication> configuration (cleaned for lisibility) :<u></u><u></u></p><p><u></u> <u></u></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:gray"><</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">securityPolicy</span><span style="font-size:10.5pt;font-family:'consolas';color:gray"> ></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">    </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"><</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">name</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">Default Security Policy</span><span style="font-size:10.5pt;font-family:'consolas';color:gray"></</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">name</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">    </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"><</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">authentication</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">        </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"><</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">sequence</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">            </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"><</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">name</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">admin-gui-default</span><span style="font-size:10.5pt;font-family:'consolas';color:gray"></</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">name</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">            </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"><</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">description</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">                Default GUI authentication sequence.<u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">                We want to try company SSO, federation and internal. In that order.<u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">                Just one of then need to be successful to let user in.<u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">            </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"></</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">description</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">            </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"><</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">channel</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">                </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"><</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">channelId</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><a href="http://midpoint.evolveum.com/xml/ns/public/common/channels-3#user" style="text-decoration-line:none;color:rgb(66,133,244)">http://midpoint.evolveum.com/xml/ns/public/common/channels-3#user</a></span><span style="font-size:10.5pt;font-family:'consolas';color:gray"></</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">channelId</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">                </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"><</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">default</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">true</span><span style="font-size:10.5pt;font-family:'consolas';color:gray"></</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">default</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">                </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"><</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">urlSuffix</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">default</span><span style="font-size:10.5pt;font-family:'consolas';color:gray"></</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">urlSuffix</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">            </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"></</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">channel</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">            </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"><</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">module</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">                </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"><</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">name</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">sp-saml</span><span style="font-size:10.5pt;font-family:'consolas';color:gray"></</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">name</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">                </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"><</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">order</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">1</span><span style="font-size:10.5pt;font-family:'consolas';color:gray"></</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">order</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">                </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"><</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">necessity</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">sufficient</span><span style="font-size:10.5pt;font-family:'consolas';color:gray"></</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">necessity</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">            </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"></</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">module</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">           <u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">        </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"></</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">sequence</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">        </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"><</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">sequence</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">            </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"><</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">name</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">admin-gui-emergency</span><span style="font-size:10.5pt;font-family:'consolas';color:gray"></</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">name</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">            </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"><</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">description</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">                Special GUI authentication sequence that is using just the internal user password.<u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">                It is used only in emergency. It allows to skip SAML authentication cycles, e.g. in case<u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">                that the SAML authentication is redirecting the browser incorrectly.<u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">            </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"></</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">description</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">            </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"><</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">channel</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">                </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"><</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">channelId</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><a href="http://midpoint.evolveum.com/xml/ns/public/common/channels-3#user" style="text-decoration-line:none;color:rgb(66,133,244)">http://midpoint.evolveum.com/xml/ns/public/common/channels-3#user</a></span><span style="font-size:10.5pt;font-family:'consolas';color:gray"></</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">channelId</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">                </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"><</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">default</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">false</span><span style="font-size:10.5pt;font-family:'consolas';color:gray"></</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">default</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">                </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"><</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">urlSuffix</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">emergency</span><span style="font-size:10.5pt;font-family:'consolas';color:gray"></</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">urlSuffix</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">            </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"></</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">channel</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">            </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"><</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">requireAssignmentTarget</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"> </span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(156,220,254)">oid</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">=</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(206,145,120)">"00000000-0000-0000-0000-000000000004"</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"> </span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(156,220,254)">relation</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">=</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(206,145,120)">"org:default"</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"> </span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(156,220,254)">type</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">=</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(206,145,120)">"c:RoleType"</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">                </span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(106,153,85)"><!-- Superuser --></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">            </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"></</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">requireAssignmentTarget</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">            </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"><</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">module</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">                </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"><</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">name</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">internalLoginForm</span><span style="font-size:10.5pt;font-family:'consolas';color:gray"></</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">name</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">                </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"><</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">order</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">1</span><span style="font-size:10.5pt;font-family:'consolas';color:gray"></</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">order</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">                </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"><</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">necessity</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">sufficient</span><span style="font-size:10.5pt;font-family:'consolas';color:gray"></</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">necessity</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">            </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"></</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">module</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">        </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"></</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">sequence</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">        </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"><</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">modules</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">            </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"><</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">loginForm</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">                </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"><</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">name</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">internalLoginForm</span><span style="font-size:10.5pt;font-family:'consolas';color:gray"></</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">name</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">                </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"><</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">description</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">Internal username/password authentication, default user password, login form</span><span style="font-size:10.5pt;font-family:'consolas';color:gray"></</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">description</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">            </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"></</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">loginForm</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">            </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"><</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">saml2</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">                </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"><</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">name</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">sp-saml</span><span style="font-size:10.5pt;font-family:'consolas';color:gray"></</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">name</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">                </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"><</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">description</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">SAML configuration</span><span style="font-size:10.5pt;font-family:'consolas';color:gray"></</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">description</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">                </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"><</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">network</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">                    </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"><</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">readTimeout</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">10000</span><span style="font-size:10.5pt;font-family:'consolas';color:gray"></</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">readTimeout</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">                    </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"><</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">connectTimeout</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">5000</span><span style="font-size:10.5pt;font-family:'consolas';color:gray"></</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">connectTimeout</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">                </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"></</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">network</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">                </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"><</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">serviceProvider</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">                    </span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(106,153,85)"><!-- URL to build SP metadata : https://<midpoint-host>/midpoint/auth/default/sp-saml/metadata --></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">                    </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"><</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">entityId</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">https://<midpoint-host>/midpoint</span><span style="font-size:10.5pt;font-family:'consolas';color:gray"></</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">entityId</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">                    </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"><</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">alias</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">idm</span><span style="font-size:10.5pt;font-family:'consolas';color:gray"></</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">alias</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">                    </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"><</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">aliasForPath</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">idm</span><span style="font-size:10.5pt;font-family:'consolas';color:gray"></</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">aliasForPath</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">                    </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"><</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">signRequests</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">false</span><span style="font-size:10.5pt;font-family:'consolas';color:gray"></</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">signRequests</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">                    </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"><</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">wantAssertionsSigned</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">false</span><span style="font-size:10.5pt;font-family:'consolas';color:gray"></</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">wantAssertionsSigned</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">                    </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"><</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">singleLogoutEnabled</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">true</span><span style="font-size:10.5pt;font-family:'consolas';color:gray"></</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">singleLogoutEnabled</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">                    </span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(106,153,85)"><!-- <nameId>TRANSIENT</nameId> --></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">                    </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"><</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">keys</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">                        </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"><</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">activeSimpleKey</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">                            </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"><</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">name</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">sp-signing-key</span><span style="font-size:10.5pt;font-family:'consolas';color:gray"></</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">name</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">                            </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"><</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">privateKey</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">                                </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"><</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">clearValue</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">-----BEGIN PRIVATE KEY-----<u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">MIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQD5FPVacrgJD04D<u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">-----END PRIVATE KEY-----</span><span style="font-size:10.5pt;font-family:'consolas';color:gray"></</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">clearValue</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">                            </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"></</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">privateKey</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">                            </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"><</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">passphrase</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">                                </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"><</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">t:clearValue</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">password</span><span style="font-size:10.5pt;font-family:'consolas';color:gray"></</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">t:clearValue</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">                            </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"></</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">passphrase</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">                            </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"><</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">certificate</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">                                </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"><</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">clearValue</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">-----BEGIN CERTIFICATE-----<u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">MIIELzCCAxegAwIBAgIUfjmGd9DOFSbI4ADNcUqDoooMSvUwDQYJKoZIhvcNAQEL<u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">-----END CERTIFICATE-----</span><span style="font-size:10.5pt;font-family:'consolas';color:gray"></</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">clearValue</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">                            </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"></</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">certificate</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">                        </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"></</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">activeSimpleKey</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">                        </span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(106,153,85)"><!-- <activeKeyStoreKey></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(106,153,85)">                            <keyStorePath>/opt/midpoint/var/samlKeystore.jks</keyStorePath></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(106,153,85)">                            <keyStorePassword></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(106,153,85)">                                <clearValue>password</clearValue></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(106,153,85)">                            </keyStorePassword></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(106,153,85)">                            <keyAlias></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(106,153,85)">                                <clearValue>sp-signing</clearValue></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(106,153,85)">                            </keyAlias></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(106,153,85)">                            <keyPassword></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(106,153,85)">                                <clearValue>password</clearValue></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(106,153,85)">                            </keyPassword></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(106,153,85)">                        </activeKeyStoreKey> --></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">                    </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"></</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">keys</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">                    </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"><</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">provider</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">                        </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"><</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">entityId</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">https://<idp-host>/idp</span><span style="font-size:10.5pt;font-family:'consolas';color:gray"></</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">entityId</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">                        </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"><</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">alias</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">idp</span><span style="font-size:10.5pt;font-family:'consolas';color:gray"></</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">alias</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">                        </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"><</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">linkText</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">My IDP</span><span style="font-size:10.5pt;font-family:'consolas';color:gray"></</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">linkText</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">                        </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"><</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">metadata</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">                            </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"><</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">pathToFile</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">/var/lib/midpoint/idp-metadata.xml</span><span style="font-size:10.5pt;font-family:'consolas';color:gray"></</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">pathToFile</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">                        </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"></</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">metadata</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">                        </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"><</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">metadataTrustCheck</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">false</span><span style="font-size:10.5pt;font-family:'consolas';color:gray"></</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">metadataTrustCheck</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">                        </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"><</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">skipSslValidation</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">true</span><span style="font-size:10.5pt;font-family:'consolas';color:gray"></</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">skipSslValidation</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">                        </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"><</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">authenticationRequestBinding</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect</span><span style="font-size:10.5pt;font-family:'consolas';color:gray"></</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">authenticationRequestBinding</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">                        </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"><</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">nameOfUsernameAttribute</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">Login</span><span style="font-size:10.5pt;font-family:'consolas';color:gray"></</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">nameOfUsernameAttribute</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">                    </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"></</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">provider</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">                </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"></</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">serviceProvider</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">            </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"></</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">saml2</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">        </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"></</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">modules</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)">    </span><span style="font-size:10.5pt;font-family:'consolas';color:gray"></</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">authentication</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p><p style="line-height:14.25pt;background:rgb(30,30,30)"><span style="font-size:10.5pt;font-family:'consolas';color:gray"></</span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(86,156,214)">securityPolicy</span><span style="font-size:10.5pt;font-family:'consolas';color:gray">></span><span style="font-size:10.5pt;font-family:'consolas';color:rgb(212,212,212)"><u></u><u></u></span></p></div><div style="height:44px"></div></div><br></div>