You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "humpfhumpf (Jira)" <ji...@apache.org> on 2021/11/23 10:22:00 UTC

[jira] [Updated] (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:all-tabpanel ]

humpfhumpf updated NIFI-9406:
-----------------------------
    Affects Version/s: 0.8.0

> 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.1#820001)