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
This works fine, but would be nice if arctic supported this out of the box
PS: Also realised this is a bit more involved, at this point we're using pnpm patch to sneak in validateAuthorizationCodeWithRedirectUri function to oauth client and keycloak provider, would you be interested in pull request?
The text was updated successfully, but these errors were encountered:
Our case: we have a multitenantend app which can be accessed on different domains.
Each time we authenticate a user, redirectUrl is calculated based on a tenant ID and their registered domain, which causes typing error.
Our current workaround:
This works fine, but would be nice if arctic supported this out of the box
PS: Also realised this is a bit more involved, at this point we're using pnpm patch to sneak in
validateAuthorizationCodeWithRedirectUri
function to oauth client and keycloak provider, would you be interested in pull request?The text was updated successfully, but these errors were encountered: