Skip to content

Commit

Permalink
Disable SSL requirement for keycloak realms
Browse files Browse the repository at this point in the history
  • Loading branch information
mocenas committed Oct 7, 2024
1 parent be6c9c9 commit c9f76ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"oauth2DeviceCodeLifespan" : 600,
"oauth2DevicePollingInterval" : 5,
"enabled" : true,
"sslRequired" : "external",
"sslRequired" : "none",
"registrationAllowed" : false,
"registrationEmailAsUsername" : false,
"rememberMe" : false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"oauth2DeviceCodeLifespan" : 600,
"oauth2DevicePollingInterval" : 5,
"enabled" : true,
"sslRequired" : "external",
"sslRequired" : "none",
"registrationAllowed" : false,
"registrationEmailAsUsername" : false,
"rememberMe" : false,
Expand Down

0 comments on commit c9f76ae

Please sign in to comment.