ChannelSurf
ChannelSurf copied to clipboard
Changed App-Registrations in Azure AD
Hi, Microsoft changed the App Registrations. ChannelSurfCLI is a "legacy" application which is no longer supported. I receive the answer "403" forbidden when launching it after successful login. When I recreate the app registration in the new registrations, the request body is missing either "client_assertion" or "client_secret" I can create a client secret in the app, but adding this value to appsettings.json it doesn't change anything. Could anyone please help?
Having the same issue.
Hi, I was able to overcome this issue. Go to portal.azure.com Select Azure Active Directory Select App registrations. Select the application "ChannelSurfCli" (or whatever you called it) Select manifest from the menu of the left side Find "allowPublicClient" and change it from null to true. Save the manifest and try again