Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleCreate Teams app with basic setup
  1. Inside Microsoft Teams with an admin user or ordinary user press the ... in the left menu, and find Developer Portal.


2. Go to Apps in Developer Portal and press either Create your first app or New app button, give a name your app and press Add.


3. On the Basic information page you may give suitable values for your App. All the below values must be set to allow the appliation to be published later:

  • Developer or company name

  • Website

  • Privacy policy

  • Terms of use
    In the Application (client) ID insert the Client ID value from the Azure AD section above in this guide. Press Save.

Expand
titleSet up app tabs, single sign-on and publish app

4.

  • In the left menu click App features and select Personal app.
    Click Create your first personal app tab if you want the app to be available in the left menu in Teams.


  • You may also want to enable the possibility to add your the app in a Team or Channel in Teams. To do this, create a Group and channel app. To set up press App features in left menu and select Group and channel app. As Configuration URL insert depending on your product:
    Confluence:
    https://<your-confluence-server>server/login.action?teamsUnderConfiguration&nokerberosSession

    Jira:
    https://<your-jira-server>/login.jsp?teamsUnderConfiguration&nokerberosSession

    Bamboo:
    https://<your-bitbucketbamboo-server>/userlogin!doDefault.action?teamsUnderConfiguration&nokerberosSession

    Bitbucket:
    https://<your-bitbucket-server>/login?teamsUnderConfiguration&nokerberosSession

  • Press Save.



5. Click the Single sign-on left menu and insert the API URL from the Azure AD section above in this guide and press Save.


6. The app should now be ready and you should click left menu

Publish to org. If you get problems publishing, verify that all mandatory fields in the Basic information section is set.

...