You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 1, 2026. It is now read-only.
Is your feature request related to a problem? Please describe.
As we are supporting multiple login methods "form" is the most appropriate way to handle the client-side redirects and further continuation on to the appropriate identity provider.
Describe the solution you'd like
Change web.xml and any other approrpriate files to redirect to a "form" (e.g. the login page) and setup behavior as appropriate
Describe alternatives you've considered
Every implementation completely implements the login page and sequence.
Additional context
OpenDCS Postgres and Oracle implementations will be getting a local "username/password" identity provider.
Is your feature request related to a problem? Please describe.
As we are supporting multiple login methods "form" is the most appropriate way to handle the client-side redirects and further continuation on to the appropriate identity provider.
Describe the solution you'd like
Change web.xml and any other approrpriate files to redirect to a "form" (e.g. the login page) and setup behavior as appropriate
Describe alternatives you've considered
Every implementation completely implements the login page and sequence.
Additional context