fix: mfa reset page oidc auth
All threads resolved!
All threads resolved!
closes PRX-324
Merge request reports
Activity
requested review from @433364
assigned to @485456
requested review from @469355
- Resolved by Pavel Břoušek
@485456 I think redirect_uri handling should be improved.
Currently, redirect_uri is read from config. This means that only 1 page can be OIDC authenticated, because there is only 1 redirect_uri in the config.
redirect_uri needs to be different for every page (endpoint) - for example for the MFA reset page, the redirect URI is
https://id.muni.cz/proxygui/mfa-reset
, but for a different page, it will be different.
mentioned in commit e8cfc5db
This MR is included in version 3.0.4The release is available on:
v3.0.4
- GitLab release
Your semantic-release bot
Please register or sign in to reply