Developer Portal

谢 雍杰 0 Reputation points
2024-05-22T02:13:01.0766667+00:00

Application ID URI cannot be saved in Single Sign On in Developer Portal

Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,963 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Nivedipa-MSFT 2,881 Reputation points Microsoft Vendor
    2024-05-22T05:41:41.04+00:00

    @谢 雍杰 - To save the Application ID URI in Single Sign-On (SSO) in the Developer Portal for Teams, you need to follow these steps:

    1. Open the Developer Portal.
    2. Select Tools, and from the list of apps that appears, choose your app to open it in the Developer Portal.
    3. Select Configure.

    In the Configure page, you can enter the messaging endpoint you configured in Microsoft Entra ID as the Endpoint address. However, to save the Application ID URI for SSO, you need to follow these additional steps:

    1. Scroll down to the Single sign-on section.
    2. If your bot is registered on Microsoft Entra ID, you can add the Application ID URI here.
    3. The Application ID URI uniquely identifies your application in Azure AD. It typically follows the format api://{client_id} where client_id is the Application (client) ID of your Azure app.
    4. To get the correct Application ID URI from Microsoft Entra ID, you can refer to the documentation on how to use SSO authentication for bots.
    5. Once you have the correct Application ID URI, you can enter it in the appropriate field in the Developer Portal under the Single sign-on section.
    6. After entering the Application ID URI, remember to select Save to ensure the changes are applied.

    By following these steps, you can save the Application ID URI for SSO in the Developer Portal for Teams.

    Thanks, 
    Nivedipa

    ************************************************************************* 

    If the response is helpful, please click "Accept Answer" and upvote it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate. 

    0 comments No comments