admin管理员组文章数量:1317898
I have successfully setup Apache with mod_auth_openidc to protect a website with Azure as the IDP. For each tenant the Admin of the tenant must create register an App and then they give to me their tenant_id, client_id and secret etc
I then add to my apache ssl.conf file for each tenant inside a <VirtualHost *:443> directive
OIDCProviderMetadataURL /.well-known/openid-configuration
OIDCRedirectURI
OIDCClientID client_id
OIDCClientSecret secret
OIDCCryptoPassphrase "exec:/bin/bash -c "head /dev/urandom | tr -dc A-Za-z0-9 | head -c 32""
OIDCRemoteUserClaim upn
But I must know those 3 values. tenant_id, client_id and secret.
How to do it with any MS tenant? Is it possible to do?
I have been trying with
OIDCProviderMetadataURL .0/.well-known/openid-configuration
Any hints would be must appreciated.
本文标签: Apachemodauthopenidc with any unknown Azure as IDPStack Overflow
版权声明:本文标题:Apache, mod_auth_openidc with any unknown Azure as IDP - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742034681a2417117.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论