简体   繁体   English

Laravel 和 Azure 广告 SSO

[英]Laravel and Azure ad SSO

I'm trying to implement Azure SAML SSO in Laravel (I'm using laravel 8) I followed the answer on another question posted here in stackoverflow ( Azure Active Directory SSO with Laravel ).我正在尝试在 Laravel 中实现 Azure SAML SSO(我正在使用 laravel 8)我按照 stackoverflow 中发布的另一个问题的答案( 带有 Laravel 的 Azure Active Directory SSO )。 When I go to the page of login the server gives me a 404 error, and from the logs I read this:当我进入登录页面时,服务器给了我一个 404 错误,从日志中我读到了这个:

Saml2 error_detail {"error":"Invalid issuer in the Assertion/Response (expected 'https://{my_project_url}/saml2/aad/metadata', got ' https://sts.windows.net/xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxx/ ')"} Saml2 error_detail {"error":"断言/响应中的无效发行者(预期'https://{my_project_url}/saml2/aad/metadata',得到' https://sts.windows.net/xxxxxxx-xxxx-xxxx -xxxx-xxxxxxxxxxxxx/ ')"}

I'm stuck and there is lack of documentation about this laravel package.我被困住了,没有关于这个 laravel 包的文档。 Can someone help me?有人能帮我吗?

如问题下方的评论中所述,设置不正确

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM