hlavki / g-suite-identity-sync

G Suite to LDAP identity synchronizer
Apache License 2.0
127 stars 29 forks source link

HTTP ERROR 500 org.apache.cxf.rs.security.oauth2 PLEASE help! I give all details below #90

Open Ahmadhashem86 opened 2 years ago

Ahmadhashem86 commented 2 years ago

Last few lines from

docker logs

20:25:00.967 INFO [paxweb-extender-1-thread-1] registering JasperInitializer 20:25:00.968 INFO [paxweb-extender-1-thread-1] No DecoratedObjectFactory provided, using new org.eclipse.jetty.util.DecoratedObjectFactory[decorators=1] 20:25:01.000 INFO [paxweb-extender-1-thread-1] Started HttpServiceContext{httpContext=WebAppHttpContext{eu.hlavki.identity.gsync-web - 42}} 20:25:01.077 WARN [Blueprint Extender: 3] No resource methods have been found for resource class org.apache.cxf.jaxrs.client.WebClient 20:25:01.085 WARN [Blueprint Extender: 3] No resource methods have been found for resource class org.apache.cxf.jaxrs.client.WebClient 20:25:01.092 WARN [Blueprint Extender: 3] No resource methods have been found for resource class org.apache.cxf.jaxrs.client.WebClient 20:25:01.136 INFO [Blueprint Extender: 3] Blueprint bundle eu.hlavki.identity.gsync-services-facade/0.6.0 has been started

When I navigate to the https://IP and then i press sign in button:

HTTP ERROR 500 org.apache.cxf.rs.security.oauth2.provider.OAuthServiceException: Invalid issuedAt claim

I get from logs Caused by: org.apache.cxf.rs.security.oauth2.provider.OAuthServiceException: Invalid session token

What do you think is the reason behind that?

I have checked the google API and everything feels ok as usual, It worked before I restarted the server! docker-compose.yml: version: "3" services: identity: image: hlavki/g-suite-identity-sync ports:

volumes: identity-config:
ldap-config: ldap-data: certs:

I have created new keys in google but now used them yet!

docker image list

docker.io/hlavki/g-suite-identity-sync latest 05fcac591802 4 months ago 479 MB docker.io/osixia/openldap latest 31d1d6e16394 9 months ago 257 MB