Return short living password as OIDC claim. Then Roundcube will use it as user password.
Note: This requires some upstream patches, so right now you can't test this with webmail.
Differential D4899
Single-Sign-On for Webmail machniak on Aug 28 2024, 2:35 PM. Authored by Tags None Referenced Files
Subscribers
Details
Return short living password as OIDC claim. Then Roundcube will use it as user password. Note: This requires some upstream patches, so right now you can't test this with webmail. ./phpunit
Diff Detail
Event TimelineComment Actions Looks nice and concise. It seems the alternative would be to request the access token via a protected api route, which I suppose would require more manual handling to make the token then available to the server and refresh it when necessary, so this seems like a good option.
|