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

Support JWT Authentication #102

Open
pjgg opened this issue Oct 3, 2023 · 0 comments
Open

Support JWT Authentication #102

pjgg opened this issue Oct 3, 2023 · 0 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@pjgg
Copy link
Contributor

pjgg commented Oct 3, 2023

support service authn by JWT.

Documentation:

HiveMQ broker (ESE extension) configuration:

<jwt-realm>
    <name>jwt-backend</name> <!-- mandatory -->
    <enabled>true</enabled> <!-- mandatory -->
    <configuration>
        <jwks-endpoint>https://some.uri</jwks-endpoint> <!-- mandatory -->
        <jwks-cache-duration>1800</jwks-cache-duration> <!-- optional, default is 1800 -->
    </configuration>
</jwt-realm>

Expected output:

  • Implementation
  • End-to-end coverage
  • Documentation
@pjgg pjgg added documentation Improvements or additions to documentation enhancement New feature or request labels Oct 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant