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
Is your feature request related to a problem? Please describe.
Authorization is typically done on the subject but there may be additional information in the access token that is needed for a decision to be made. At present, it doesn't seem possible to forward the original access token to a remote authorizer though, you can only forward data that exists within the authSession object can be passed on.
Describe the solution you'd like
I'd like the auth header to be forwarded to the remote authorizer.
The text was updated successfully, but these errors were encountered:
While waiting for #441 to happen, would it be acceptable to implement this as "stand alone" feature? I'm thinking all that's needed is a single line, copying the auth header and then we'd be done?
Is your feature request related to a problem? Please describe.
Authorization is typically done on the subject but there may be additional information in the access token that is needed for a decision to be made. At present, it doesn't seem possible to forward the original access token to a remote authorizer though, you can only forward data that exists within the authSession object can be passed on.
Describe the solution you'd like
I'd like the auth header to be forwarded to the remote authorizer.
The text was updated successfully, but these errors were encountered: