Problems with OpenIDConnector

0
Hello, I have problems with viewing a project. Every time I try to view the results of a project I get an error saying that I have problems with OpenIDConnect (see screenshot). My colleague can view the app on his PC without problems even though the project is on the same update level. Does anyone know about this problem and can help me?
asked
1 answers
0

Seems like a configuration issue. The message is telling you java is trying to open a connection.

 

“java.net.UnknowHostException”: openIDConnect will try to call a rest service. If your configuration for the location of your openIDConnect provider is incorrect / does not exist, then you will get this message.

answered