Hung Nguyen Thuan created NIFI-11343:
----------------------------------------
Summary: Improve the flexibility and compatibility of OIDC
integration
Key: NIFI-11343
URL: https://issues.apache.org/jira/browse/NIFI-11343
Project: Apache NiFi
Issue Type: Improvement
Components: Core UI, Security
Affects Versions: 1.20.0
Environment: JDK: 11
Browser: Chrome / Firefox / Edge
Configuration of NiFi: OIDC with AWS Cognito
Reporter: Hung Nguyen Thuan
Fix For: 2.latest
Attachments: Superset_OIDC.png
There are some OIDC providers that do not support for OIDC RP-Initiated Logout
such as AWS Cognito. Therefore, when I try to integrate AWS Cognito with Nifi,
the login function works well but the logout function does not. It would be
nice if Apache Nifi could provide a way to configure OIDC more flexibly and
compatibly with many OIDC providers. For example, in Apache Superset
configuration (or Flask App Builder), it allows to enter ODIC configuration as
the attached image. User can define authorize/request/refresh/logout URLs if
they are not returned fromĀ
{code:java}
https://<oidc_provider_host>/.well-known/openid-configuration{code}
Or Nifi could add new properties to configure logout/refresh token URLs.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)