mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 13:50:20 +08:00
Update authnz links
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user