Is there a way to avoid the "Select an Identity Provider" page when application.yml has only one IdP entry thus? ...
providers:
- alias: spring-security-saml-idp
metadata: http://localhost:7071/sample-idp/saml/idp/metadata
linktext: Spring Security SAML IDP on port 7071
name-id: urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress
assertion-consumer-service-index: 0
Thanks
Naga Vijayapuram