-
- Downloads
JWT Login URL configured by user may have URL parameters (#19381)
* JWT Login URL configured by user may have URL parameters Since params may already exist in the login URL, a check is performed to make sure the generated URL with 'return_to' param formats correctly. If a param already exists, all subsequent params should have an '& character. * Sorted ns to pass linting * added issue number to test string for added context.
Showing
- enterprise/backend/src/metabase_enterprise/sso/integrations/jwt.clj 5 additions, 3 deletions.../backend/src/metabase_enterprise/sso/integrations/jwt.clj
- enterprise/backend/test/metabase_enterprise/sso/integrations/jwt_test.clj 10 additions, 1 deletion...nd/test/metabase_enterprise/sso/integrations/jwt_test.clj
Please register or sign in to comment