LGTM but I think the redirectUrl parameter should be optional and we should set the default value to $_bundleIdentifier://login-callback in case there is no redirectUrl provided. Mostly for simple Keycloak app, there is no need for a custom redirectUrl.
Hi @MarinCouderc 👋
LGTM but I think the
redirectUrl
parameter should be optional and we should set the default value to$_bundleIdentifier://login-callback
in case there is noredirectUrl
provided. Mostly for simple Keycloak app, there is no need for a customredirectUrl
.What do u think?