Skip to content

Commit

Permalink
SHIBUI-2637 Fixing access to the dynamic registration (OIDC) feature
Browse files Browse the repository at this point in the history
  • Loading branch information
chasegawa committed Jul 23, 2024
1 parent 4712d3d commit e379851
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ public class ShibUIConfiguration {

private RestTemplate restTemplate;

@Profile("very-dangerous")
@Bean
public RestTemplate dangerousRestTemplate() throws NoSuchAlgorithmException, KeyManagementException, KeyStoreException {
HttpsURLConnection.setDefaultHostnameVerifier(new HostnameVerifier() {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name=shibui
group=edu.internet2.tier.shibboleth.admin.ui
version=2.0.0
version=2.1.0-SNAPSHOT

### library versions ###
## As of 2-23-23
Expand Down

0 comments on commit e379851

Please sign in to comment.