Trouble Initializing SSO API (OpenID Connect/Azure AD) Despite Successful Test Login

Hi everyone,

I’m currently integrating SSO (OpenID Connect) on my Bubble app for a client whose users authenticate via Azure AD. The test user account is set up on their side. When I switch my app to “Everyone can view,” my client can use the debugger.

However, I keep getting the following warning message in the API Connector:

Warning
You haven’t tested this API in run mode and authenticated with SSO Test yet. You need to do this first to setup calls and to test the URLs and keys.
To do this, setup a login workflow, run your app in run mode (with debug_mode=true in the URL) and authenticate with the service. Once done, your access token will be used to initate the API calls and the API will be marked as valid.
IMPORTANT: make sure not to have a change page action in the workflow you use to authenticate while testing.

Despite following these instructions (login workflow, run mode, debug mode active), the error stays, and the API does not seem to initialize.

Any advice on how to resolve this and ensure the API is marked as valid would be greatly appreciated! Thanks in advance.

This topic was automatically closed after 70 days. New replies are no longer allowed.