Tags
Language
Tags
June 2025
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 1 2 3 4 5
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    API & Web Project Authentication with Azure Active Directory

    Posted By: ELK1nG
    API & Web Project Authentication with Azure Active Directory

    API & Web Project Authentication with Azure Active Directory
    MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
    Genre: eLearning | Language: English + srt | Duration: 15 lectures (38m) | Size: 286 MB

    Authentication

    What you'll learn:
    How to host API in Azure
    How to Authentication Web Project in Azure
    How to access API with Postman
    How to access API with Web Project

    Requirements
    Basic knowledge of Azure And .Net

    Description
    In this course I'll show how we can authenticate API and Web project using the Azure Active Directory.

    I have used Single Tenant Authentication however the concepts remain same for the Multi Tenant Authentication.

    I have also mentioned in this project that how we can access the API using Postman.

    What is Single Tenant & Multi Tenant ?

    Single-tenant apps are only available in the tenant they were registered in, also known as their home tenant.

    Multi-tenant apps are available to users in both their home tenant and other tenants.

    Pre-Requisites:

    Visual Studio 2019

    Azure Subscription - Even the disabled account also you can use as it allows you to use the Azure Active Directory for 12 months for free.

    Benefit of Single Tenant Authentication

    - Programming model is simpler

    - App management is easier.

    -No extra effort to block external user access.

    -Service principal provisioning is not required.

    -Works great for small number of users

    Features Work in Azure AD

    Application Management

    Authentication

    - B2B authentication -Manage your guest users and external partners, while maintaining control over your own corporate data

    -B2C authentication -Customize and control how users sign up, sign in, and manage their profiles when using your apps

    Conditional access

    Domain Services

    Hybrid Identity

    Identity Governance

    Identity Protection

    Managed identities for Azure resources

    Privileged identity management (PIM)

    Reports and monitoring

    Who this course is for
    Anyone who wants to understand how the Authentication works for the API and Web