Resetting the Current Configuration¶
If you whish to reset the current configuration, proceed as follows:
-
Stop Keycloak:
stop-service seal-keycloak
-
Remove the content of the
$env:ProgramData\SEAL Systems\data\seal-keycloak\
directory. This is neccessary to import the SEAL-specific configuration after the next restart:Remove-Item "$env:ProgramData\SEAL Systems\data\seal-keycloak\*" -Force -Recurse
-
Start Keycloak:
start-service seal-keycloak