From b00d986be7e1a431e5b79b0112eba5e57410b24e Mon Sep 17 00:00:00 2001 From: claire bontempo <68122737+hellobontempo@users.noreply.github.com> Date: Mon, 21 Apr 2025 11:28:22 -0700 Subject: [PATCH] UI: Assume default auth path if custom path is not provided (#30300) * add default path and update base tests * finish okta, oidc-jwt and saml tests * fix test name --- ui/app/components/auth/form/base.hbs | 2 + ui/app/components/auth/form/base.ts | 7 ++ .../components/auth/form/base-test.js | 101 +++++++++++++++++- .../components/auth/form/oidc-jwt-test.js | 24 ++++- .../components/auth/form/okta-test.js | 20 +++- .../components/auth/form/saml-test.js | 20 +++- .../components/auth/form/test-helper.js | 57 +++++++--- 7 files changed, 210 insertions(+), 21 deletions(-) diff --git a/ui/app/components/auth/form/base.hbs b/ui/app/components/auth/form/base.hbs index 34107cc303..382e785377 100644 --- a/ui/app/components/auth/form/base.hbs +++ b/ui/app/components/auth/form/base.hbs @@ -3,6 +3,8 @@ SPDX-License-Identifier: BUSL-1.1 ~}} +{{! Auth methods with standard login flows use this template. To implement any custom logic, this template should be copied into a new hbs file for that method. }} +