jackson
jackson copied to clipboard
🔥 Streamline your web application's authentication with Jackson, an SSO service supporting SAML and OpenID Connect protocols. Beyond enterprise-grade Single Sign-On, it also supports Directory Sync v...
### Is your proposal related to a problem? Some IdPs allow the uploading of a metadata file that will help populate all the fields when creating a SAML app. ###...
### Is your proposal related to a problem? Read XML metadata from a URL if available. ### Describe the solution you'd like Currently, we require the raw XML metadata in...
### Is your proposal related to a problem? SAML support ForceAuthn to indicate to the provider that they should force an authentication of the user even if already logged in....
### Is your proposal related to a problem? Support error reporting and logging. ### Describe the solution you'd like Opentelemetry has support for logging event. Pino for nodejs logging. For...
### Is your proposal related to a problem? Support for API Gateways. ### Describe the solution you'd like We have simple API key auth support but should support the ability...
``` curl --request POST \ --url 'http://localhost:5000/oauth/token' \ --header 'content-type: application/x-www-form-urlencoded' \ --data 'grant_type=authorization_code' \ --data 'client_id=' \ --data 'client_secret=' \ --data 'redirect_uri=' \ --data 'code=' ``` ### Issue Summary...
## What does this PR do? Adds support for ForceAuthn Fixes #93 ## Type of change - [X] New feature (non-breaking change which adds functionality) ## How should this be...