Class RedirectUtils

    • Constructor Detail

      • RedirectUtils

        public RedirectUtils()
    • Method Detail

      • verifyRealmRedirectUri

        @Deprecated
        public static String verifyRealmRedirectUri​(KeycloakSession session,
                                                    String redirectUri)
        Deprecated.
        This method is deprecated for performance and security reasons and it is available just for the backwards compatibility. It is recommended to use some other methods of this class where the client is given as an argument to the method, so we know the client, which redirect-uri we are trying to resolve.
      • validateRedirectUriWildcard

        public static String validateRedirectUriWildcard​(String redirectUri)