Hi, We have had a customer who is using some sort of SSO integration for years. Now they are asking us to make changes to this configuration but we cannot find it in our tenant dashboard.
Normally I would look under “SSO Integrations” but it’s not there, next I would look under “Connections” but I can’t find it there either…
We frequently fetch a json backup of our entire auth0 configuration, inside this backup I am able to locate the configuration under “connectionList”
This is what it look like (I have replaced the customers name with ‘qqq’):
Thanks for your reply. Unfortunately both sections are empty. In fact I’ve looked at every single sub page of Connections → Enterprise and haven’t found it.
Ok, I was able to stitch together an url like you showed, and strange enough it does lead to a page with the correct customer initials… Here is have crossed them out but for the sake of my previous example, imagine behind the crossed red marking that there would be ‘qqq’
Following up on this front @rasmus1, can you direct message me your tenant name when you get a chance? I’d like to take a deeper look at what may be going on here.
Following up on this front @rasmus1, from investigating on my side I am unable to recreate the error. Are you still experiencing the challenge? If so, I would recommend opening a support ticket with our support team so they can take a closer look at it with you to see if we can recreate and document what may be going on here. Please let me know if you have any questions on this!
But the connection described in post 1 is still not displayed in the dashboard.
When I navigate to it with the manual stitched url I am able to get to a page in the dashboard where part of its configuration shows…
When we fetch a json backup from: https://${auth0.domain}/api/v2/connections
We also get now both the newly created dummy connection and the original one in the response, only it does not show up in the manage.auth0.com dashboard.
Hi all, following up on the back of a support case raised for this.
The issue here was the connection was a “Custom Social Connection” - Connect Apps to Generic OAuth2 Authorization Servers
The presence of a fetchUserProfile script and strategy ‘oauth2’ were indicative of this.
Custom social connections do not show up in the dashboard, however they will show when polling connections via the Management API.
To manage them in the dashboard, please open the Custom Social Connection extension to see the GUI for these types of connection.