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 for RS256 with JWT #1479

Open
robinmalik opened this issue Feb 7, 2025 · 0 comments
Open

Support for RS256 with JWT #1479

robinmalik opened this issue Feb 7, 2025 · 0 comments

Comments

@robinmalik
Copy link

robinmalik commented Feb 7, 2025

Describe the Feature

I'm looking to integrate Pode behind an existing service that has its own authentication layer (certificate based and OAuth 2). The JWTs issued from the authentication endpoint to the client are signed with RS256. but it seems as though Pode doesn't currently support this algorithm.

My understanding is that if this were possible, I'd run a Pode instance with New-PodeAuthScheme -Bearer -AsJWT to setup initial incoming authentication forcing all clients to at least supply a JWT, and then at the route layer I could perform validation on whether or not the passed scopes were valid for the route being requested.

Does this sound viable? 🙏🏻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

1 participant