Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 546 Bytes

File metadata and controls

12 lines (9 loc) · 546 Bytes

HelseID Library

This library is intended as a easy to use implementation complying to HelseId's security profile and is heavily based on nimbus-jose-jwt and nimbus-oauth-openid-connect-sdk from connect2id.

Common use cases

Access an API without user authentication

Follow the client credentials grant in no.helseid:client

User Authentication

Not yet implemented

Secure an API

Not yet implemented