Skip to content

feat(jans-auth-server): add support for Identity Assertion JWT Authorization Grant #14142#14178

Draft
yuriyz wants to merge 1 commit into
mainfrom
jans-auth-server-14142
Draft

feat(jans-auth-server): add support for Identity Assertion JWT Authorization Grant #14142#14178
yuriyz wants to merge 1 commit into
mainfrom
jans-auth-server-14142

Conversation

@yuriyz
Copy link
Copy Markdown
Contributor

@yuriyz yuriyz commented May 29, 2026

Description

feat(jans-auth-server): add support for Identity Assertion JWT Authorization Grant

https://www.ietf.org/archive/id/draft-ietf-oauth-identity-assertion-authz-grant-04.html

Target issue

closes #14142

Test and Document the changes

  • Static code analysis has been run locally and issues have been fixed
  • Relevant unit and integration tests have been added/updated
  • Relevant documentation has been updated if any (i.e. user guides, installation and configuration guides, technical design docs etc)

Please check the below before submitting your PR. The PR will not be merged if there are no commits that start with docs: to indicate documentation changes or if the below checklist is not selected.

  • I confirm that there is no impact on the docs due to the code changes in this PR.

…ization Grant #14142

Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>

Signed-off-by: yuriyz <yzabrovarniy@gmail.com>
@yuriyz yuriyz requested review from yurem and yuriyzz as code owners May 29, 2026 11:52
@yuriyz yuriyz self-assigned this May 29, 2026
@yuriyz yuriyz marked this pull request as draft May 29, 2026 11:52
@mo-auto
Copy link
Copy Markdown
Member

mo-auto commented May 29, 2026

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@mo-auto mo-auto added comp-jans-auth-server Component affected by issue or PR kind-feature Issue or PR is a new feature request labels May 29, 2026
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 29, 2026

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 3ba3b85f-7fcb-4d31-b6dd-30a02cdf0721

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch jans-auth-server-14142

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@sonarqubecloud
Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

comp-jans-auth-server Component affected by issue or PR kind-feature Issue or PR is a new feature request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(jans-auth-server): add support for Identity Assertion JWT Authorization Grant

2 participants