Diego Fernández
Diego Fernández
In the `jwks_uri` option, if setting the value as a a path instead of a full URI, I get the following error after de callback phase initiates: ``` ERROR --...
### Description When multiple authorize requests are made in quick succession, some times a CSRF error appears: ```bash ERROR -- omniauth: (openid_connect) Authentication failure! csrf_detected: OmniAuth::Strategies::OpenIDConnect::CallbackError, csrf_detected | Invalid 'state'...
## Problem The failure comes from the associated object trying to find the main record through the `id` column instead of the configured `primary_key`. For example, if we have: ```ruby...