Okta authorization

Hi folks.

On a previous version of Nocodb, before NestJS was used, I was able to mimic the existing code for google authentication to use my Okta app instead. I was hoping to upgrade to the newest version, but imitating the google authentication strategy for Okta with the NestJS framework has proven to be a challenge. For starters, the genTokenByCode endpoint is repeatedly getting blocked by the ‘okta’ authguard, despite the express session okta flow working just fine. If I remove it, the request and response of the route are both undefined.

Does anyone know which OIDC flow the google authentication is supposed to use? Any other advice would be greatly appreciated. I am using passport-okta-oauth20.