-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
SaaS
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
Engineering
-
-
3scale 2020-01-13, 3scale 2020-01-27, 3scale 2020-02-03, 3scale 2020-02-17, 3scale 2020-03-09, 3scale 2020-03-23
The configuration with RH-SSO on a service with OpenID Connect is configured correctly, and when an application is created in 3scale, it gets created in RH-SSO.
However, after deleting the whole service (and its applications), the following errors are observed in the RH-SSO logs:
~~~
11:38:55,725 WARN [org.keycloak.events] (default task-2) type=CLIENT_DELETE_ERROR, realmId=some-realm-name, clientId=some-client-id, userId=null, ipAddress=10.10.10.10, error=client_not_found
~~~
It looks like the client has already been deleted from RH-SSO, but there is still some kind of event "stuck" in SaaS that keeps trying to delete the same client again.
For each affected client, the above logs appear multiple times in a row, then stop for a while, then appear again.
Dev notes
When Zync receives an error from Keycloak and the message is type=CLIENT_DELETE_ERROR it should mark the job as success.
I (Hery) think right now the job is marked as failed thus retrying after a backoff delay
So the error is re-raised in Zync, making the job to be rescheduled
- is related to
-
THREESCALE-1286 Mapping user attributes from Red Hat Single Sign On to 3scale "USER" custom fields.
- Closed
-
THREESCALE-7425 SSO Integrations Realm or Site URL validation is not working
- Closed
-
THREESCALE-7113 3scale SSO integrations allowing multiple integrations of the same Id Provider
- Closed