diff --git a/client/src/components/User/CloudAuth/CloudAuth.vue b/client/src/components/User/CloudAuth/CloudAuth.vue index e61552833aa..4eda41fb247 100644 --- a/client/src/components/User/CloudAuth/CloudAuth.vue +++ b/client/src/components/User/CloudAuth/CloudAuth.vue @@ -47,7 +47,7 @@
-

See the online Documentation.

+

See the online Documentation.

diff --git a/lib/galaxy/webapps/galaxy/api/cloudauthz.py b/lib/galaxy/webapps/galaxy/api/cloudauthz.py index 0762bf86d58..447d14752aa 100644 --- a/lib/galaxy/webapps/galaxy/api/cloudauthz.py +++ b/lib/galaxy/webapps/galaxy/api/cloudauthz.py @@ -74,12 +74,12 @@ class CloudAuthzController(BaseAPIController): * config: a dictionary containing all the configuration required to request temporary credentials from the provider. See the following page for details: - https://galaxyproject.org/cloud/authnz/ + https://galaxyproject.org/authnz/ * authn_id: the (encoded) ID of a third-party authentication of a user. To have this ID, user must have logged-in to this Galaxy server using third-party identity (e.g., Google), or has associated his/her Galaxy account with a third-party OIDC-based identity. See this page: - https://galaxyproject.org/admin/authentication/ + https://galaxyproject.org/authnz/config/ * description: [Optional] a brief description for this configuration. @@ -219,7 +219,7 @@ class CloudAuthzController(BaseAPIController): To have this ID, user must have logged-in to this Galaxy server using third-party identity (e.g., Google), or has associated their Galaxy account with a third-party OIDC-based identity. - See this page: https://galaxyproject.org/admin/authentication/ + See this page: https://galaxyproject.org/authnz/config/ Note: A user can associate a cloudauthz record with their own authentications only. If the given authentication with authn_id @@ -229,7 +229,7 @@ class CloudAuthzController(BaseAPIController): * config: a dictionary containing all the configuration required to request temporary credentials from the provider. See the following page for details: - https://galaxyproject.org/cloud/authnz/ + https://galaxyproject.org/authnz/ * deleted: a boolean type marking the specified cloudauthz as (un)deleted.