Skip to content

Commit

Permalink
Merge pull request #1339 from sanjaysrikakulam/oidc_enable_ssl_verifi…
Browse files Browse the repository at this point in the history
…cation

Enable SSL verification for all our OIDC backends
  • Loading branch information
sanjaysrikakulam authored Oct 29, 2024
2 parents 10236c5 + 0924aa2 commit 6ac20cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/galaxy/config/oidc_config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ built-in type, which could be any of the following types: int; long; float; str;
Note that the values of these attributes are case-sensitive.
-->
<OIDC>
<Setter Property="VERIFY_SSL" Value="False" Type="bool"/>
<Setter Property="VERIFY_SSL" Value="True" Type="bool"/>
<Setter Property="REQUESTS_TIMEOUT" Value="3600" Type="float"/>
<!-- The unit of value is seconds -->
<Setter Property="ID_TOKEN_MAX_AGE" Value="3600" Type="float"/>
Expand Down

0 comments on commit 6ac20cc

Please sign in to comment.