Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Registered clients disappear one day after created regardless of client expiration value ? #1199

Closed
jgomer2001 opened this issue Nov 12, 2019 · 1 comment
Assignees
Labels
Milestone

Comments

@jgomer2001
Copy link
Contributor

I Used oxd 4 to register a client on Gluu CE 4.0 (debian 9 + opendj) …

The operation works fine but I noticed the OIDC client disappeared from LDAP unexpectedly the next day

I found that registering via oxd ended up with something like this:

client_vanishes

I set expiration for this client to be 10 years (oxAuthClientSecretExpiresAt). But those del and oxAuthExpiration apparently provoked the client to vanish

Neither del nor oxAuthExpiration are set when a client is created via oxTrust UI

Is this a problem in client registration endpoint ? Can you reproduce ?

@jgomer2001 jgomer2001 changed the title Registered clients disappear on day after created regardless of client expiration set ? Registered clients disappear one day after created regardless of client expiration value ? Nov 12, 2019
@yurem yurem added this to the 4.0.1 milestone Nov 13, 2019
yurem added a commit that referenced this issue Nov 26, 2019
yurem added a commit that referenced this issue Nov 26, 2019
yurem added a commit that referenced this issue Nov 27, 2019
@yurem
Copy link
Contributor

yurem commented Nov 27, 2019

I've updated oxAuth/oxTrust to use new generic filed oxAuthExpiration instead of oxAuthClientSecretExpiresAt. Now Cleaner Process/oxAuth/oxTrust uses same filed and should work well. There is one oxTrust issue which led to save wrong expiration time value: GluuFederation/oxTrust#1877

@yurem yurem closed this as completed Nov 27, 2019
yurem added a commit that referenced this issue Nov 27, 2019
@yuriyz yuriyz modified the milestones: 4.0.1, 4.1 Dec 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants