Skip to content

medplum/medplum-client-external-idp-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Medplum OAuth Demo

This is a demonstration of how to use Medplum with an External Auth Provider or "Federated Identities".

This repo is similar to medplum-client-oauth-demo, except that is uses an external identity provider.

image

Setup

Setup your external authentication provider (Auth0, AWS Cognito, Okta, etc). Use "https://api.medplum.com/auth/external" as the "redirect URI". Note the following details:

  • Authorize URL
  • Token URL
  • UserInfo URL
  • Client ID
  • Client secret

Setup your Medplum account:

Update the values in src/main.ts accordingly.

Now you can run this demo:

npm run dev

Open your web browser to http://localhost:8000/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.2%
  • HTML 3.8%