By: Sakit Atakishiyev user 30 Apr 2017 at 7:36 a.m. CDT

5 Responses
Sakit Atakishiyev gravatar
Our gluu server remove auto our registered site. Is it a feature or bug?

By Mohib Zico staff 30 Apr 2017 at 7:41 a.m. CDT

Mohib Zico gravatar
That's OpenID Connect feature for dynamically registered client. You need to change Expiration time if you do not want auto removal.

By Sakit Atakishiyev user 30 Apr 2017 at 7:50 a.m. CDT

Sakit Atakishiyev gravatar
Thanks mohib zico, How can I disable this feature on Gluu admin UI?

By Mohib Zico staff 30 Apr 2017 at 8:57 a.m. CDT

Mohib Zico gravatar
Not possible with GUI I think. You need to set 'Client Secret Expires' value.

By Sakit Atakishiyev user 30 Apr 2017 at 9:12 a.m. CDT

Sakit Atakishiyev gravatar
Yes there is only one option to do this on UI side which is just change 'Client Secret Expires'. But is it possible do this via API? I did not see any properties for this

By Sakit Atakishiyev user 30 Apr 2017 at 11:58 a.m. CDT

Sakit Atakishiyev gravatar
On `JSON Configuration -> OxAuth Configuration` there is a property `dynamicRegistrationExpirationTime` when you set this value to 0 means that client never expire. But current UI gives error when you set this value.