You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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?
The text was updated successfully, but these errors were encountered: