Skip to content

Conversation

@sh1myama
Copy link

@sh1myama sh1myama commented Jan 21, 2026

Description

Implement an Authorization Server function that performs authorization decisions for requested actions and resources. It accepts an access token provided in the Authorization header as the credential, validates the token using preloaded JWKs and policy data, evaluates authorization for the requested action and resource, and returns the decision in the response.

Assignees

  • Assignees is set

Type of changes

  • Apply one or more labels of the following that fits:
    • bug: Bug fix
    • dependencies: Dependency upgrades
    • documentation: Documentation changes
    • enhancement: New Feature
    • good first issue: First contribution
    • logging: Log changes
    • refactor: Refactoring (no functional changes, no api changes)

Flags

- [ ] Breaks backward compatibility
- [ ] Requires a documentation update
- [ ] Has untestable code

Checklist

- [ ] Followed the guidelines in the CONTRIBUTING document
- [ ] Added prefix `[skip ci]`/`[ci skip]`/`[no ci]`/`[skip actions]`/`[actions skip]` in the PR title if necessary
- [ ] Tested and linted the code
- [ ] Commented the code
- [ ] Made corresponding changes to the documentation

Checklist for maintainer

- [ ] Use `Squash and merge`
- [ ] Double-confirm the merge message has prefix `[skip ci]`/`[ci skip]`/`[no ci]`/`[skip actions]`/`[actions skip]`
- [ ] Delete the branch after merge

sh1myama and others added 2 commits January 20, 2026 17:35
@fsul7o fsul7o added the enhancement New feature or request label Jan 26, 2026
@fsul7o fsul7o marked this pull request as ready for review January 26, 2026 06:05
@fsul7o fsul7o changed the title [WIP] Implementation of an authorization (authz) server Implementation of an authorization (authz) server Jan 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants