I have an application that authenticates to D2L using OAUTH2. Our D2L instance is configured to redirect to a single-sign-on page that authenticates against Active Directory. The account my application uses is local to D2L though, it does not exist in Active Directory.
If I do an interactive login I can access this account by adding "noRedirect=1" to the login URL
(https://xxx.desire2learn.com/d2l/login?noRedirect=1) but I don't see any equivalent option for the OAUTH2 login string. When I tried to do the OAUTH2 login it gets redirected to the SSO page which does not let me access the local account.
Is there any way to configure a "noRedirect" option for OAUTH2?