Categorygithub.com/CHESSComputing/Authz
repositorypackage
0.1.6
Repository: https://github.com/chesscomputing/authz.git
Documentation: pkg.go.dev

# README

Authz

build status go report card godoc

CHESS Authentication/authorization service

Example

# obtain kerberos ticket and put it into JSON

cat record.json
{
    "user": <your-user-name>,
    "ticket": <your kerberos ticket>,
    "scope": <read|write>
}

# create JSON payload
curl -X POST -H "Content-type: application/json" \
    -d./record.json http://localhost:8380/oath/authorize