Skip to content
Discussion options

You must be logged in to vote

Ah ok so there is a misconception about what that feature does! BASIC authentication is supported on the API only, not for the UI. When authentication is enabled, the UI will always use OAuth2/OIDC. But additionally you can enable BASIC auth which will allow you to use BASIC when making direct API calls to the backend. But the UI will always use OIDC (and thus Bearer Token auth when making backend calls).

There is no way to configure Registry so that the UI does some sort of basic, form based login.

For authentication in Registry to work at all, you will need to install an OIDC server like Keycloak (although any OIDC compliant solution should work).

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@EricWittmann
Comment options

@EricWittmann
Comment options

@EricWittmann
Comment options

@rubfcsilva
Comment options

@EricWittmann
Comment options

Answer selected by EricWittmann
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants