You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good morning everyone,
I get some errors using the OAuth2-core extension. I inserted the two variables in the .env file for the connector configuration but at the startup I receive the two following errors:
connector1-1 | SEVERE 2024-03-08T10:44:39.577098697 Unable to refresh identity provider keys. Response code was: 403
connector2-1 | SEVERE 2024-03-08T10:44:39.577563566 Unable to refresh identity provider keys. Response code was: 403
connector1-1 | SEVERE 2024-03-08T10:44:39.578202512 Error booting runtime: Failed to get keys from http://daps.aisec.fraunhofer.de/.well-known/jwks.json:
connector1-1 | org.eclipse.edc.spi.EdcException: Failed to get keys from http://daps.aisec.fraunhofer.de/.well-known/jwks.json:
connector1-1 | at org.eclipse.edc.iam.oauth2.identity.IdentityProviderKeyResolver.start(IdentityProviderKeyResolver.java:83)
connector1-1 | at org.eclipse.edc.iam.oauth2.Oauth2ServiceExtension.start(Oauth2ServiceExtension.java:143)
connector1-1 | at org.eclipse.edc.boot.system.injection.lifecycle.StartPhase.start(StartPhase.java:34)
connector1-1 | at org.eclipse.edc.boot.system.injection.lifecycle.ExtensionLifecycleManager.start(ExtensionLifecycleManager.java:78)
connector1-1 | at java.base/java.util.ArrayList.forEach(Unknown Source)
connector1-1 | at org.eclipse.edc.boot.system.ExtensionLoader.bootServiceExtensions(ExtensionLoader.java:72)
connector1-1 | at org.eclipse.edc.boot.system.runtime.BaseRuntime.bootExtensions(BaseRuntime.java:141)
connector1-1 | at org.eclipse.edc.boot.system.runtime.BaseRuntime.boot(BaseRuntime.java:202)
connector1-1 | at org.eclipse.edc.boot.system.runtime.BaseRuntime.boot(BaseRuntime.java:84)
connector1-1 | at org.eclipse.edc.boot.system.runtime.BaseRuntime.main(BaseRuntime.java:72)
These are the two variables inserted in the .env file:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Good morning everyone,
I get some errors using the OAuth2-core extension. I inserted the two variables in the .env file for the connector configuration but at the startup I receive the two following errors:
These are the two variables inserted in the .env file:
I was wondering if the error was due to the Fraunhofer DAPS or an error due to the connector.
Thanks for your support.
Beta Was this translation helpful? Give feedback.
All reactions