Login page with only IDPs

Hi to all, I need to find a way to have in the login page only the list of identity provider and not the username/password field. I will have several identity brokering and I would like the user will choose one them and will not be able to insert username and password directly in the login. I don’t find any option, the only thing I’ve think is to modify the login to delete the password and username field. is there another way?

thanks!

Either modify the login to remove the username and password field, or create a custom Authenticator and template that doesn’t have it.

1 Like

thank you! I was hoping that was an option somewhere to avoid customization.