I’m wondering if it’s possible to leverage the openid auth built in but not for a standard login.
We are working on integration with quickbooks online, which uses openid to connect accounts. Their SDK isn’t core compatible so looking to write something ourselves. Thus, if we could leverage what exists would be great. We just want to be able to provide the connection endpoint without is using the IAuthRepo as standard, but using our own custom integration table that tracks connections.
Is this something doable?