I have an excel add-in written in C# which communicates with a backend server in java, and I'd like to implement SAML2 from Azure AD
I've seen some examples in Microsoft docs, but they seem to use openid as a protocol. Is it even possible with SAML 2 ?
Thanks