hello,
i use APEX 18.1 on premise
i follow https://ora-00001.blogspot.fr/2018/02/apex-authentication-with-microsoft-account.html for SSO microsoft
and https://apex.oracle.com/pls/apex/germancommunities/apexcommunity/tipp/6121/index-en.html
i use the certificat at https://login.microsoftonline.com/common/v2.0/.well-known/openid-configuration
orapki wallet add -wallet https_wallet -cert /u01/userhome/oracle/BaltimoreCyberTrustRoot.crt -trusted_cert -pwd ********
when i try the social login Microsoft Authentification
i have the following error
Exception in "final_exception_handler":
Error Stack: ORA-29273: HTTP request failed
ORA-06512: at "APEX_180100.WWV_FLOW_WEB_SERVICES", line 1011
ORA-24263: Certificate of the remote server does not match the target address.
ORA-06512: at "SYS.UTL_HTTP", line 380
ORA-06512: at "SYS.UTL_HTTP", line 1127
ORA-06512: at "APEX_180100.WWV_FLOW_WEB_SERVICES", line 911
ORA-06512: at "APEX_180100.WWV_FLOW_WEB_SERVICES", line 1517
ORA-06512: at "APEX_180100.WWV_FLOW_WEBSERVICES_API", line 369
ORA-06512: at "APEX_180100.WWV_FLOW_AUTHENTICATION_NATIVE", line 451
ORA-06512: at "APEX_180100.WWV_FLOW_AUTHENTICATION_NATIVE", line 501
ORA-06512: at "APEX_180100.WWV_FLOW_AUTHENTICATION_NATIVE", line 613
ORA-06512: at "APEX_180100.WWV_FLOW_AUTHENTICATION_NATIVE", line 1674
ORA-06512: at "APEX_180100.WWV_FLOW_PLUGIN", line 2706
ORA-06512: at "APEX_180100.WWV_FLOW_AUTHENTICATION", line 1954
Backtrace: ORA-06512: at "APEX_180100.WWV_FLOW_WEB_SERVICES", line 1011
ORA-06512: at "SYS.UTL_HTTP", line 380
ORA-06512: at "SYS.UTL_HTTP", line 1127
ORA-06512: at "APEX_180100.WWV_FLOW_WEB_SERVICES", line 911
ORA-06512: at "APEX_180100.WWV_FLOW_WEB_SERVICES", line 1517
ORA-06512: at "APEX_180100.WWV_FLOW_WEBSERVICES_API", line 369
ORA-06512: at "APEX_180100.WWV_FLOW_AUTHENTICATION_NATIVE", line 451
ORA-06512: at "APEX_180100.WWV_FLOW_AUTHENTICATION_NATIVE", line 501
ORA-06512: at "APEX_180100.WWV_FLOW_AUTHENTICATION_NATIVE", line 613
ORA-06512: at "APEX_180100.WWV_FLOW_AUTHENTICATION_NATIVE", line 1674
ORA-06512: at "APEX_180100.WWV_FLOW_PLUGIN", line 2706
ORA-06512: at "APEX_180100.WWV_FLOW_AUTHENTICATION", line 1954
ORA-06512: at "APEX_180100.WWV_FLOW", line 3983
i have no issue with google social login authentification
regards
jm