Hi @Tyler Biddle · Thank you for reaching out.
Yes, Azure AD supports OIDC. If the client apps are configured with appropriate Microsoft identity platform authentication libraries, Azure AD can authenticate and sign-in users using OIDC.
- Here is the link to the official documentation: Microsoft identity platform and OpenID Connect protocol
- Here is an ASP.NET Core Sample that uses OIDC protocol to sign-in users in the web app.
-----------------------------------------------------------------------------------------------------------
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.