This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-auth-oauth-client.git


The following commit(s) were added to refs/heads/master by this push:
     new be4045d  docs: record Microsoft OIDC as validated
be4045d is described below

commit be4045dac56d02d121795ed08afec231123a7077
Author: Robert Munteanu <[email protected]>
AuthorDate: Tue Dec 10 13:27:22 2024 +0100

    docs: record Microsoft OIDC as validated
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index d64fa0d..8de530e 100644
--- a/README.md
+++ b/README.md
@@ -131,6 +131,7 @@ Validated providers:
 - Google, OIDC, with base URL of https://accounts.google.com , see [Google 
OIDC 
documentation](https://developers.google.com/identity/protocols/oauth2/openid-connect)
 - GitHub, OAuth 2.0, with authorizationEndpoint 
https://github.com/login/oauth/authorize and tokenEndpoint 
https://github.com/login/oauth/access_token
 - KeyCloak ( see [#keycloak] )
+- Microsoft, OIDC, with base URL of 
https://login.microsoftonline.com/$TENANT\_ID/v2.0. see [Microsoft OIDC 
documentation](https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-protocols-oidc)
 
 ### Deployment
 

Reply via email to