11-22-2023 08:26 PM - edited 11-22-2023 08:30 PM
I am currently stuck trying to get my application to go back to the initial screen after completing the user consent part of the authorization code grant flow. I am trying to use the auth accepted url field to input my custom URL Scheme so that after the consent is given, the redirect will point back to my app. I am having trouble understanding though, the auth accepted url needs to be in https format, so I've tried variations like so:
https:/com.appname.example/appname but once I accept the agreement I get a server time out. I think I may be misinterpreting something here. Does the auth accepted url need to be a registered domain that I own? How do I get the redirect to take me back to my app?
OS: IOS
Framework: SwiftUI