Does Server 2019 STD work with Azure Active Directory for OAuth2?

Bob Karon 21 Reputation points
2023-01-20T15:02:20.4633333+00:00

Does server 2019 STD integrate with Axure AD / OAuth2 ?

I know it does Single Sign on, but do i need something more modern than 2019 STD to have it work the newer with OAuth2?

Thanks!

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,631 questions
0 comments No comments
{count} votes

Accepted answer
  1. Jordi Rojas 266 Reputation points
    2023-01-20T15:40:41.2966667+00:00

    Windows Server 2019 does have the ability to work with Azure Active Directory (AAD) for OAuth2.

    In order to use AAD for OAuth2 on Windows Server 2019, you will need to set up an AAD tenant and register your application with AAD. Once your application is registered, you can use AAD's OAuth2 endpoint to authenticate users and obtain access tokens for your application.

    To set up AAD on Windows Server 2019, you will need to install the Azure Active Directory Module for Windows PowerShell and use it to connect to your AAD tenant.

    Additionally, you can use the following libraries to implement OAuth2 on Windows Server 2019:

    • Microsoft.IdentityModel.Protocols.OAuth2
    • Microsoft.IdentityModel.Clients.ActiveDirectory
    • System.IdentityModel.Tokens.Jwt

    Please note that, Azure Active Directory (AAD) is a cloud-based identity and access management service, and Windows Server 2019 is an operating system. These two are different technologies, but they can be integrated to achieve the goal.

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Bob Karon 21 Reputation points
    2023-01-20T16:46:55.29+00:00

    Thank you!

    0 comments No comments