#682 Add Kerberos support to mbs-build
Closed: Fixed 6 years ago Opened 6 years ago by mprahl.

PR #681 adds Kerberos + LDAP authentication support, but mbs-build (a helper script for using the API), only supports OIDC. Once #681 is merged, then Kerberos support should be added to mbs-build.

To determine what authentication method MBS is using, we could create a '/about' API which for now just returns the following:

{
    "auth_method": "kerberos"
}

@puiterwijk - do you have any input on how the server should signal to the client "what auth mechanisms do I provide"?

Metadata Update from @mprahl:
- Issue assigned to mprahl

6 years ago

Metadata Update from @mprahl:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

6 years ago

Log in to comment on this ticket.

Metadata