Skip to content

How to build this repository

Patrick Kranz edited this page Jun 27, 2020 · 1 revision

In order to build this project you need an App ID. Anything else should just work.

create a file in <git root>\MusicPlayer\SecureConstents.cs with

namespace MusicPlayer
{
    internal class SecureConstents
    {
        internal const string API = "<YOUR ID>";
    }
}

and replace <YOUR ID> with your own app ID.

You can obtain an APP id over Azure.

After logging in select Azure Active Directory

Screenshot 1

Then App registrations and New registration

Screenshot 2

Choose a Name (this will be displayed when you ask the User for permissions) and select Accounts in any organization and personal Microsoft accounts.

Screenshot 3

After you created the app set the permissions to the ones shown in the screenshot below.

Screenshot 4

In the Overview of your app you'll find the App Id you need.

I hope I haven't forgotten anything, otherwise open a issue. I also do not know what Azure subscriptions one need to archive this. However I currently do not have any paid subscriptions.

Clone this wiki locally