Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed App-Registrations in Azure AD #19

Open
IBsolution-GmbH opened this issue Jun 12, 2019 · 2 comments
Open

Changed App-Registrations in Azure AD #19

IBsolution-GmbH opened this issue Jun 12, 2019 · 2 comments

Comments

@IBsolution-GmbH
Copy link

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?

@osagendn
Copy link

osagendn commented Sep 4, 2019

Having the same issue.

@qnlbnsl
Copy link

qnlbnsl commented Dec 6, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants