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-cedarling): in sidecar, move tokens to subject #10462

Open
2 of 5 tasks
SafinWasi opened this issue Dec 19, 2024 · 0 comments
Open
2 of 5 tasks

feat(jans-cedarling): in sidecar, move tokens to subject #10462

SafinWasi opened this issue Dec 19, 2024 · 0 comments
Assignees
Labels
comp-jans-cedarling Touching folder /jans-cedarling kind-feature Issue or PR is a new feature request
Milestone

Comments

@SafinWasi
Copy link
Contributor


Description

As per discussion, the token(s) passed to the sidecar will be expected to be in the subject field of the payload as per AuthZen specs. An example of this:

{
    "subject": {
        "type": "JWT",
        "id": "cedarling",
        "properties": {
            "access_token": "..."
       }
    }
}

Prepare

  • Read contribution guidelines
  • Read license information

Identified code changes

  • Refactor the cedarling module to parse tokens from subject instead of context

Test cases and code coverage

  • Start adding test cases and coverage

Document the changes

  • Update documentation example
@SafinWasi SafinWasi self-assigned this Dec 19, 2024
@mo-auto mo-auto added comp-jans-cedarling Touching folder /jans-cedarling kind-feature Issue or PR is a new feature request labels Dec 19, 2024
@SafinWasi SafinWasi changed the title feat(jans-cedarling): move tokens to subject feat(jans-cedarling): move tokens to subject for sidecar Dec 19, 2024
@SafinWasi SafinWasi changed the title feat(jans-cedarling): move tokens to subject for sidecar feat(jans-cedarling): in sidecar, move tokens to subject Dec 19, 2024
@moabu moabu modified the milestones: next-release, 1.2.0, next release Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp-jans-cedarling Touching folder /jans-cedarling kind-feature Issue or PR is a new feature request
Projects
None yet
Development

No branches or pull requests

3 participants