Disable an authentication method in the Angular front end without disabling it in the REST back end #3336
Labels
authentication: general
general authentication issues
help wanted
Needs a volunteer to claim to move forward
new feature
Is your feature request related to a problem? Please describe.
Let's say you are an institution with strict security policies that only allow SSO login through the web front end.
However, at the same time, you have important back end integrations that rely on password auth (local DSpace accounts)
In this situation it would be desirable to turn off the user interface components for password login, while still keeping the authentication method active on the back end.
Right now, the enabled authentication methods are only configured on REST, and there are no separate configuration options to turn off a specific authentication method in the front end.
Describe the solution you'd like
It should be possible to turn off a specific authentication method in the Angular front end, even when it's enabled in the back end.
The text was updated successfully, but these errors were encountered: