Skip to content

JeffreyTaylor/auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Auth server

#Directions

  • Add a user or two in /src/user/users.json
  • run docker-compose up

#Endpoints

Token (client_credentials)

  • url: /oauth2/token
  • payload: { "client_id": "carlos_loves_mac", "grant_type": "client_credentials", "scope": "user/Patient.read" }

Token (refresh_token)

  • url: /oauth2/token
  • payload: { "client_id": "carlos_loves_mac", "grant_type": "refresh_token", "refresh_token": "89b40cb1-ab3a-11e6-a875-0bb6ec958dfb" }

Introspect

Revoke

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published