Skip to content
This repository has been archived by the owner on Apr 6, 2019. It is now read-only.

OAuth 2.0-based authorization module for OpenMRS ID

Notifications You must be signed in to change notification settings

openmrs-archive/openmrs-contrib-id-oauth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OAuth for OpenMRS ID

This is no longer in use, but is here for historical purposes.

Dependencies Status devDependencies Status OpenMRS Talk OpenMRS IRC OpenMRS Telegram

Provides an OAuth 2.0 authorization framework for the OpenMRS ID Dashboard.

Installiation

There is nothing needed to install this. It is a git submodule of dashboard. API

/oauth/authorize

OAuth Authorization Request Endpoint

Send a user (a UA or browser) to this endpoint to begin the authorization flow.

/oauth/token

OAuth Access Token Request Endpoint

Called by the client to exchange an authorization code for an access token.

/oauth/userinfo

OpenMRS ID Profile Endpoint

Make an authenticated request to this resource to get the authorized user's profile data.

About

OAuth 2.0-based authorization module for OpenMRS ID

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published