Kerberos is a mutual authentication protocol that uses tickets to allow entities communicating over a non-secure network.
Kerberos REST API
name | path | methods | description |
---|---|---|---|
Health | /health/status | GET | Obtain Kerberos status information |
/protocol/requestAS | POST | First part of Kerberos handshake | |
Protocol | /protocol/requestAP | POST | Second part of Kerberos handshake |
Registry | /registry/registerComponent | POST | Registers a new application |
/registry/registerSession | POST | Registers a new session | |
/registry/unregisterComponent | POST | Removes application from registry | |
/registry/unregisterSession | POST | Removes session from registry |