jembi / openhim-core-js

The Open Health Information Mediator core component. OpenHIM Support: Post your query on OpenHIE Discourse using the #openhim tag https://discourse.ohie.org/

Home Page:http://openhim.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consuming OpenID Connect (OIDC)/JWT tokens

eramirez-sv opened this issue · comments

Hi,
According to the documentation, JWT can be use to authenticate users (SSO). Are there any plans cover the OIDC specification, adding authorization functionality by reading the JWT scopes, roles, etc. and linking those to existing/protected upstream services? this would facilitate the implementation of federated services using all the tools provided by the OIDC providers (e.g. Azure AD, Google identity, etc.)
Thank you!