[
https://issues.apache.org/jira/browse/NIFI-4889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16541470#comment-16541470
]
ASF GitHub Bot commented on NIFI-4889:
--------------------------------------
Github user Trojan295 commented on the issue:
https://github.com/apache/nifi/pull/2830
When running the test suite locally I have problems with an dependency:
```
[ERROR] Failed to execute goal on project nifi-hive-processors: Could not
resolve dependencies for project
org.apache.nifi:nifi-hive-processors:jar:1.7.0-SNAPSHOT: Could not find
artifact org.pentaho:pentaho-aggdesigner-algorithm:jar:5.1.5-jhyde in central
(https://repo1.maven.org/maven2) -> [Help 1]
```
I had to add an additional repository to make it work, although I didn't
commit it:
```
<repository>
<id>spring-plugins</id>
<url>http://repo.spring.io/plugins-release</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
<releases>
<enabled>true</enabled>
</releases>
</repository>
```
Could it be, that the artifact was in Maven Central and was moved, but the
CI on Travis as it cached in the local repo?
> Logout not working properly with OIDC
> -------------------------------------
>
> Key: NIFI-4889
> URL: https://issues.apache.org/jira/browse/NIFI-4889
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core UI
> Affects Versions: 1.5.0
> Environment: Browser: Chrome / Firefox
> Configuration of NiFi:
> - SSL certificate for the server (no client auth)
> - OIDC configuration including end_session_endpoint (see the link
> https://auth.s.orchestracities.com/auth/realms/default/.well-known/openid-configuration)
> Reporter: Federico Michele Facca
> Priority: Critical
>
> Click on logout, i would expect to logout and getting redirect to the auth
> page. But given that the session is not closed on the oauth provider, i get
> logged in again.
> I suppose the solution would be to invoke the end_session_endpoint provided
> in the openid discovery configuration.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)