Change the application a connection is using

Auth.swift
1.31.1
iOS 14.4

When looking at the connection on the Auth0 Dashboard it says there is a “Default application”, which is currently set to our web app. Is there a way I can change that while using the SDK? If I want it to point back to our iOS Application instead, do I just need to make a new connection on the dashboard and use that instead?

Hi @justin8

If you want to point your iOS app to a new application, you just need to create a new native app in the dashboard, fill in the appropriate callback URL, enable the connections where your users reside, and use the client id for that application in the Auth0.swift library of your app.

See these for more info: