Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
167 changes: 0 additions & 167 deletions content/authnz/config/oidc/idps/custos/index.md

This file was deleted.

9 changes: 4 additions & 5 deletions content/authnz/config/oidc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ support the OIDC protocol and Galaxy currently supports the following OIDC
IdPs:

- [CILogon](/authnz/config/oidc/idps/cilogon/)
- [Custos](/authnz/config/oidc/idps/custos/)
- [Elixir AAI](/authnz/config/oidc/idps/elixir-aai/)
- [Globus](/authnz/config/oidc/idps/globus/)
- [Google](/authnz/config/oidc/idps/google/)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should Azure and Keycloak be added here as well?

Copy link
Copy Markdown
Member

@ahmedhamidawan ahmedhamidawan Mar 27, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nuwang, @martenson , should we add those here as well?

Expand Down Expand Up @@ -141,11 +140,11 @@ look at the provider-specific pages for how to configure it.
```xml
<?xml version="1.0"?>
<OIDC>
<provider name="Custos">
<client_id>custos-xmn3092m8tkh7546hv76-10000001</client_id>
<provider name="keycloak">
<client_id>gxyclient</client_id>
<client_secret>15Ur37stVGwvONALNjjq89ezRXxoKuunFzvEeTDY</client_secret>
<redirect_uri>http://localhost:8000/authnz/custos/callback</redirect_uri>
<url>https://dev.custos.usecustos.org/apiserver/identity-management/v1.0.0/</url>
<redirect_uri>http://localhost:8080/authnz/keycloak/callback</redirect_uri>
<url>https://my.keycloak.server/realms/gxyrealm</url>
</provider>
</OIDC>
```
Expand Down
Binary file not shown.
Binary file not shown.
103 changes: 0 additions & 103 deletions content/authnz/use/oidc/idps/custos/index.md

This file was deleted.

Binary file not shown.
5 changes: 4 additions & 1 deletion content/authnz/use/oidc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,11 @@ Currently, Galaxy supports the following identity providers (the list of
enabled/configured identity providers on different Galaxy instances may be
different):

- [Custos](/authnz/use/oidc/idps/custos/)
- Azure
- CILogon
- [Elixir AAI](/authnz/use/oidc/idps/elixir-aai/)
- [Globus](/authnz/use/oidc/idps/globus/)
- [Google](/authnz/use/oidc/idps/google/)
- Keycloak
- OIDC (generic)
- [Okta](/authnz/use/oidc/idps/okta/)
Loading