cypress-keycloak
cypress-keycloak copied to clipboard
path_prefix default set to blank
The default path of the keycloak server seems to be changed from https://host:port/auth/
to https://host:port/
since keycloak 17.0. (You can notice it if comparing what the document for 17.0 and one for 16.1 say for auth-server-url
.)
Can you consider to set the default of path_prefix
for login
and login_OTP
to blank, not auth
?