...
Code Block | ||
---|---|---|
| ||
<!-- The following sections must be uncommented to enable SAML Login --> <!-- <security:http entry-point-ref="samlEntryPoint" pattern="/saml/**" use-expressions="false"> <security:intercept-url pattern="/**" access="ROLE_USER" /> <security:custom-filter after="BASIC_AUTH_FILTER" ref="samlFilter" /> </security:http> <import resource="phixflow-SAML.xml/> --> |
...