You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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? 🙏🏻
The text was updated successfully, but these errors were encountered:
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? 🙏🏻
The text was updated successfully, but these errors were encountered: