Skip to content

Commit c5dc99c

Browse files
committed
Rename to hide_on_login_page to hide_on_login
It seems that Keycloak 26 deprecated hideOnLoginPage - see https://www.keycloak.org/docs/latest/upgrading/index.html#improving-performance-for-selection-of-identity-providers Using the deprecated hideOnLoginPage yields: Keycloak_identity_provider[x on y]/hide_on_login_page: defined 'hide_on_login_page' as 'true' (corrective)
1 parent 8516850 commit c5dc99c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/puppet/type/keycloak_identity_provider.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@
127127

128128
# BEGIN: oidc
129129

130-
newproperty(:hide_on_login_page, boolean: true) do
131-
desc 'hideOnLoginPage'
130+
newproperty(:hide_on_login, boolean: true) do
131+
desc 'hideOnLogin'
132132
newvalues(:true, :false)
133133
defaultto :false
134134
end

0 commit comments

Comments
 (0)