1.5.4 • Published 5 years ago

@fuselab/ui-adal v1.5.4

Weekly downloads
12
License
MIT
Repository
-
Last release
5 years ago

ADAL for getting ARM token

Get Started

npm install @fuselab/ui-adal

or

lerna add @fuselab/ui-adal

Provision app in Azure active directory

  1. Login to https://portal.azure.com
  2. Go to "Azure Active Directory", select "app registrations", click on "New application registration"

    AzureAD App Registrations

  3. Create a new native app registration

    New native app

    for RedirectUri fill in your dev-server localhost address (you will add redirect uris for your other environment later)

  4. Add additional RedirectUri for different environments

    add redirect uri

  5. Request access to ARM API

    add access to ARM

    and set scope to delegated

    ARM permission

  6. Verify/update app manifest

    App Manifest

    • make sure that oauth2AllowImplicitFlow is set to true
    • make sure that resourceId 797f4846-ba00-4fd7-ba43-dac1f8f63013 (for ARM) is present
1.5.4

5 years ago

1.5.3

5 years ago

1.5.2

5 years ago

1.5.1

5 years ago

1.5.0

5 years ago

1.4.0

5 years ago

1.3.3

5 years ago

1.3.2

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.1.3

6 years ago

1.1.2

6 years ago