litesaml / lightsaml

MIT License
82 stars 23 forks source link

The library does not work with Microsoft Saml format #60

Open yaroslavbr opened 11 months ago

yaroslavbr commented 11 months ago

Hi, I successfully used library before. But client changed provider, so we use Microsoft, if has slightly different xml format - https://learn.microsoft.com/en-us/entra/identity-platform/single-sign-on-saml-protocol so vlidate signature is not working anymore because this xml format is not parsed correctly. Maybe you can suggest something?

GandonNicolas commented 7 months ago

Hi @yaroslavbr,

I'm having the same problem validating the signature using a Microsoft provider.

Have you found a solution?