Hi,
I have an apex application that uses social login with Authentication provider: OpenID Connect Provider with discover url: https://login.microsoftonline.com/[Directory (tenant) ID]/v2.0/.well-known/openid-configuration.
This has been working flawless for quite some time, but now we are starting to get error message: ORA-29024: Certificate validation failure.
The redirection to login.microsoftonline.com is working and I can select my account, but when we again are redirected back to the apex application, the error message occurs.
When I check the certificate for login.microsoftonline.com

Do I need to import all three certificates and are those the only certificates that I need?