Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(jans-auth-server): add ability to pass authorizationMethodClaims to id_token in AuthorizationChallengeType script #9221

Closed
3 tasks done
yuriyz opened this issue Aug 19, 2024 · 0 comments · Fixed by #9250
Assignees
Labels
comp-jans-auth-server Component affected by issue or PR kind-feature Issue or PR is a new feature request
Milestone

Comments

@yuriyz
Copy link
Contributor

yuriyz commented Aug 19, 2024

Description

feat(jans-auth-server): add ability to pass authorizationMethodClaims to id_token in AuthorizationChallengeType script

New method is script

   @Override
    public Map<String, String> getAuthenticationMethodClaims(Object context) {
        return new HashMap<>();
    }

Test cases and code coverage

  • Write unit test to cover added/changed code
  • Update integration tests to cover added/changed code
  • documentation
@yuriyz yuriyz self-assigned this Aug 19, 2024
@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 Aug 19, 2024
yuriyz added a commit that referenced this issue Aug 23, 2024
…ms to id_token via AuthorizationChallengeType script #9221

Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>
@yuriyz yuriyz changed the title feat(jans-auth-server): add ability to pass authorizationMethodClaims to id_token in AuthorizationChallengeType script via context feat(jans-auth-server): add ability to pass authorizationMethodClaims to id_token in AuthorizationChallengeType script Aug 23, 2024
yuriyzz pushed a commit that referenced this issue Aug 23, 2024
…ms to id_token via AuthorizationChallengeType script #9221 (#9250)

Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>
@moabu moabu added this to the 1.1.5 milestone Sep 16, 2024
yuriyz added a commit that referenced this issue Nov 7, 2024
…ms to id_token via AuthorizationChallengeType script #9221 (#9250)

Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>
Former-commit-id: 92d4c22
moabu pushed a commit that referenced this issue Dec 26, 2024
…ms to id_token via AuthorizationChallengeType script #9221

Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>
moabu pushed a commit that referenced this issue Dec 27, 2024
…ms to id_token via AuthorizationChallengeType script #9221

Signed-off-by: YuriyZ <yzabrovarniy@gmail.com>
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
3 participants