There are 3 comments.
 
 
OpenId Connect / cid:jira-generated-image-avatar-33bff66f-39d4-4014-a8ea-d06d2084c3ad OIDC-276 Open

Confusing errors in the logs for users OIDCUserManager-Failed to update user informations

 
View issue   ยท   Add comment
 

3 comments

 
cid:jira-generated-image-avatar-bc2bc64b-da34-43c1-a6e4-6b321b3232ef Thomas Mortagne on 21/Apr/26 12:25
 
I doubt you can do much to improve the error reporting ("null" is apparently the error "message" returned by that specific provider, might be better with another provider).

IMO there are two possibilities depending on how many times you have:
* ideally, fix that process to use a refresh token when one is provided by the provider
*
disable it by default (with a big warning in or check the release note expiration of the access token before trying to redo an update (and stop updating when it's outdated ) , maybe print a log
 
cid:jira-generated-image-avatar-bc2bc64b-da34-43c1-a6e4-6b321b3232ef Thomas Mortagne on 21/Apr/26 12:25
 
I doubt you can do much to improve the error reporting ("null" is apparently the error "message" returned by that specific provider, might be better with another provider).

IMO there are two possibilities depending on how many times you have:
* ideally, fix that process to use a refresh token when one is provided by the provider
* or check the expiration of the access token before trying to redo an update (and stop updating when it's outdated), maybe print a
warning log at this point
 
cid:jira-generated-image-avatar-bc2bc64b-da34-43c1-a6e4-6b321b3232ef Thomas Mortagne on 21/Apr/26 12:26
 
I doubt you can do much to improve the error reporting ("null" is apparently the error "message" returned by that specific provider, might be better with another provider).

IMO there are two possibilities depending on how many times you have:
*
ideally, [optional but ideal I guess] fix that process to use a refresh token when one is provided by the provider
*
or check the expiration of the access token before trying to redo an update (and stop updating when it's outdated), maybe print a warning log at this point . That way we don't need to disable this feature by default.