jackson icon indicating copy to clipboard operation
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...

Results 147 jackson issues
Sort by recently updated
recently updated
newest added

### 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. ###...

enhancement

### 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...

enhancement
good first issue

### 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....

enhancement

enhancement
good first issue

### 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...

enhancement

### 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...

enhancement
good first issue

``` 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...

bug

## 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...

enhancement