Skip to content

henriquecd/ma-kerberos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kerberos

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

About

Mutual Authentication. Java application that implements the Kerberos protocol.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published