Get Azure Multitenant working? #1089
-
Hi, when I change the OIDCProviderMetadataURL from https://login.microsoftonline.com/xxxxxx-xxxxx-xxxxxxx/.well-known/openid-configuration to https://login.microsoftonline.com/common/.well-known/openid-configuration, i get the following error:
The idea behind is to allow authentication for all microsoft AD users. Any ideas how to get that working? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You'll need to configure: OIDCValidateIssuer Off See: https://github.com/OpenIDC/mod_auth_openidc/blob/v2.4.14.2/auth_openidc.conf#L172-L175 |
Beta Was this translation helpful? Give feedback.
-
thanks, that helped. and since that Value was not working i found that in the debian repo is a very old and replaced that with that one from github. |
Beta Was this translation helpful? Give feedback.
You'll need to configure:
See: https://github.com/OpenIDC/mod_auth_openidc/blob/v2.4.14.2/auth_openidc.conf#L172-L175