I'm currently developing my web app using the full-featured t3 app, and I don't want to connect to the real provider while developing. (Since there are roles and it's much better if I can switch my role during development directly on my UI)
According to the answer of the following GitHub issue and a side note from t3-app docs, I added a credential provider in the
Description Today we are using an AzureAd provider, which requires the use of clientid/secret information. We would prefer not to have to share this will all possible internal developers for an i...