You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Emilio Setiadarma (Jira)" <ji...@apache.org> on 2022/11/09 18:12:00 UTC

[jira] [Commented] (NIFI-9406) Registry logout with OIDC redirects to HTTP DELETE

    [ https://issues.apache.org/jira/browse/NIFI-9406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17631195#comment-17631195 ] 

Emilio Setiadarma commented on NIFI-9406:
-----------------------------------------

Should be resolved after resolving (NIFI-10177) 

https://github.com/apache/nifi/pull/6637

> Registry logout with OIDC redirects to HTTP DELETE
> --------------------------------------------------
>
>                 Key: NIFI-9406
>                 URL: https://issues.apache.org/jira/browse/NIFI-9406
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: NiFi Registry
>    Affects Versions: 0.8.0, 1.13.2
>            Reporter: humpfhumpf
>            Priority: Major
>
> When NiFi Registry is configured with OIDC authentification, the logout link redirects to the logout URL of the Identity Provider (Keycloack in my case) with HTTP *DELETE* method, instead of {*}GET{*}.
> NiFi Registry shows an error box : "Please contact your System Administrator."
> NiFi does not have this bug.
> +Network calls :+
>  * DELETE [https://revproxy/nifi-registry/logout|https://proxy-nifi-registry-zds1.admin.artemis/nifi-registry/logout]
>  ** HTTP 302 ("redirect")
>  * OPTIONS [https://revproxy/auth/realms/myrealm/protocol/openid-connect/logout?post_logout_redirect_uri=https://revproxy/nifi-registry-api/../nifi-registry]
>  * 
>  ** HTTP 204 (No Content)
>  * DELETE [https://revproxy/auth/realms/myrealm/protocol/openid-connect/logout?post_logout_redirect_uri=https://revproxy/nifi-registry-api/../nifi-registry]
>  ** HTTP 405 (Method not allowed)



--
This message was sent by Atlassian Jira
(v8.20.10#820010)