Verify OIDC Application Registry creation for a self-configured app setup

  • Versão de lançamento: Australia
  • Atualizado 12 de mar. de 2026
  • 2 min. de leitura
  • Verify whether the OIDC Application Registry was created when Microsoft Teams Application Registry was created and mapped to the configuration during a self-configured app setup process.

    Antes de Iniciar

    Role required: oauth_admin

    Por Que e Quando Desempenhar Esta Tarefa

    Mapping a Microsoft Teams Application Registry after creation automatic creates an OIDC Application Registry as a part of the self-configured app setup. If this automatic creation fails, issues occur in processing call backs that might cause meeting information not to be updated in real time.

    For more information, see Create a Microsoft Teams application registry entry to connect the created app to ServiceNow instance and Update the records in the Microsoft Teams Configuration page.

    Procedimento

    1. Navigate to All > System OAuth > Application Registry.
    2. Filter the list by the Client ID created during the app creation in Microsoft Teams.

      Ensure that there is also an External OIDC Provider type Application Registry for the same Client ID along with the OAuth Provider type created. For the External OIDC Provider type Application Registry information, see Update the records in the Microsoft Teams Configuration page. For the Client ID information on the Microsoft Azure portal, see Create an app in Microsoft Teams to enable making calls.

    3. If the Application Registry with External OIDC Provider type for the Client ID is missing, create it manually.
      1. Select New on the Application Registries page.
      2. Select Configure an OIDC provider to verify ID tokens.
      3. In the Name field, enter your OAuth provider name and append OIDC.

        For example, if your OAuth Provider name is MS Teams SC Config, you would name your OIDC MS Teams SC Config OIDC.

      4. Select Client ID same as the OAuth Provider value.
      5. For the Client Secret value, select invalid_value. (This value is not relevant).
      6. For the OAuth OIDC Provider Configuration value, select Notify Teams OIDC Config.
      7. For the Redirect URL valuesas invalid_value (This value is not relevant).
      8. Right-click the form header and select Save.
      By default, an OAuth Entity profile is created. Ensure the Grant Type is Client Credentials.
    4. Create an OAuth Entity scope.
      1. Select OAuth Entity Scopes tab on the Application Registries page.
      2. Double-click Insert a new row and enter Notify MS Teams SC OIDC appended with Default Profile.
        For example, if your OIDC Config name is MS Teams SC Config OIDC, then you can enter the name as MS Teams SC Config OIDC Default Profile.
      3. Enter https://api.botframework.com/.default as the OAuth scope.
      4. Right-click the form header and select Save.

    O que Fazer Depois

    Configure Notify connector for Microsoft Teams.