Update authnz links

This commit is contained in:
setlen
2021-02-12 23:23:22 +01:00
parent b92c617f37
commit 09cdb02f20
2 changed files with 5 additions and 5 deletions
@@ -47,7 +47,7 @@
<transition name="fade">
<hgroup v-if="showHelp">
<p>See the online <a href="https://galaxyproject.org/cloud/authnz/">Documentation</a>.</p>
<p>See the online <a href="https://galaxyproject.org/authnz/">Documentation</a>.</p>
</hgroup>
</transition>
+4 -4
View File
@@ -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.