By: Nicolas Assain user 08 Jun 2020 at 11:15 a.m. CDT

3 Responses
Nicolas Assain gravatar
2020-06-08 16:12:38,368 WARN [qtp1590550415-11] [org.gluu.oxauth.model.crypto.AbstractCryptoProvider] (AbstractCryptoProvider.java:234) - WARNING! Expired Key is used, alias: 653e5bda-268c-4513-99e2-c165f799cf9e_sig_rs256 Expires On: 2020-06-07 19:08:42 Today's Date: 2020-06-08 16:12:38 Hi, this is the error that I get when trying to test a login into GLUU... could someone tell me what's going on? Thanks!!

By Michael Schwartz Account Admin 08 Jun 2020 at 11:57 a.m. CDT

Michael Schwartz gravatar
Perhaps your client expired. Make sure you either set a date in the future, or make the client not expire.

By Aliaksandr Samuseu staff 08 Jun 2020 at 12:53 p.m. CDT

Aliaksandr Samuseu gravatar
Hey, Nicolas. Does the flow you're testing work, at the same time? Or does it fail? It seems to me like oxAuth keys may have expired. Do you have key rotation enabled in this instance? Please check "keyRegenerationEnabled" property on "Configuration -> JSON Configuration -> oxAuth Configuration" page. Also note that key rotation must only be enabled in stand-alone instances, not clusters (but I suppose you don't use cluster there anyway).

By Nicolas Assain user 08 Jun 2020 at 3:13 p.m. CDT

Nicolas Assain gravatar
Thanks!!!