Microsoft graph API to enable public client flows

Prashant Chacko (c) 40 Reputation points
2024-10-27T17:11:52.2166667+00:00

API to enable public client flowsUser's image

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,224 questions
{count} votes

Accepted answer
  1. Yakun Huang-MSFT 6,255 Reputation points Microsoft Vendor
    2024-10-28T06:46:58.6266667+00:00

    Hello Prashant Chacko (c),

    Thank you for reaching out to Microsoft Support!

    You can use the Graph API's Update application endpoint to update the isFallbackPublicClient property to true, as shown in the following figure:

    Screenshot 2024-10-28 064530

    There may be a delay of a few minutes after the update in the Azure client.

    Hope this helps.

    If the answer is helpful, please click Accept Answer and kindly upvote it. If you have any further questions about this answer, please click Comment.

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Iufor 0 Reputation points
    2024-10-27T17:24:46.2833333+00:00

    Hi

    To enable public client flows using the Microsoft Graph API, go to Azure Portal > App Registrations > select your application. Under Authentication, set Allow Public Client Flows to Yes. This allows the app to authenticate directly from the client (like a mobile app) without requiring a backend service.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.