Class OidcTenantConfig.Logout

    • Field Detail

      • path

        @ConfigItem
        public Optional<String> path
        The relative path of the logout endpoint at the application. If provided, the application is able to initiate the logout through this endpoint in conformance with the OpenID Connect RP-Initiated Logout specification.
      • postLogoutPath

        @ConfigItem
        public Optional<String> postLogoutPath
        Relative path of the application endpoint where the user should be redirected to after logging out from the OpenID Connect Provider. This endpoint URI must be properly registered at the OpenID Connect Provider as a valid redirect URI.
    • Constructor Detail

      • Logout

        public Logout()