Releases: imulab/connect-sdk
Releases · imulab/connect-sdk
First Release
This release provides working components to handle:
- OIDC Authorize Code Flow
- OIDC Hybrid Flow
- OIDC Implicit Flow
- OAuth Client Credentials Flow
Supports parsing request parameters from:
- HTTP request
request
orrequest_uri
parameter contents- Default values
Supports the following client authentication scheme
- client_secret_basic
- client_secret_post
- client_secret_jwt
- private_key_jwt
- none
Provides basic validation to be performed after parameter parsing and before flow handling.