ANM login to Azure AD thru SAML

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
Andros
User
Posts: 111

ANM login to Azure AD thru SAML

Post by Andros »

Hello, I've implemented a SAML SSO login to an Azure AD app.
All seems to work fine (the login form is opened, the credentials correctly validated, and the session authorized from the identity provider), but when it returns to ANM app it gives this error:

Oops
An item with the same key has already been added. Key: http://schemas.microsoft.com/claims/authnmethodsreferences
/login/saml

What can I check to solve?
Tx


Webmaster
User
Posts: 9427

Post by Webmaster »

Looks like there are duplicated attributes from Azure, click Tools -> Update Template to try again.


Post Reply