Skip to content

CHESSComputing/Authz

Repository files navigation

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

About

Authentication/authorization service

Resources

License

Stars

Watchers

Forks

Packages