ChannelSurf icon indicating copy to clipboard operation
ChannelSurf copied to clipboard

Changed App-Registrations in Azure AD

Open IBsolution-GmbH opened this issue 5 years ago • 2 comments

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?

IBsolution-GmbH avatar Jun 12 '19 12:06 IBsolution-GmbH

Having the same issue.

osagendn avatar Sep 04 '19 17:09 osagendn

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

qnlbnsl avatar Dec 06 '19 22:12 qnlbnsl