Is it possible to configure an Excel add-in to use SAML2 authentication from Azure AD?

Viewed 30

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

1 Answers
Related