私は、Oracle Identity ManagerからOffice 365と統合してライセンスプロビジョニング(主目的)を行っています。私はコネクタがトークン要求のデRESTサービスを呼び出そうとし、それが次のエラーで失敗したポイントを取得する場合:Azure Graph API:RESTコールで要求されたターゲットへの有効な証明書パスを見つけることができません
SEVERE: org.identityconnectors.restcommon.ClientHandler : executeRequest : Error occurred while executing a POST REST call on the target. sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
私はすでにこのコールのために指定されたURLに私のブラウザからの証明書パスをダウンロードそれを私のjavaキーストアにインポートしましたが、まだこのエラーが発生しています。
これについてMicrosoftの側で何か特定のものが必要な場合は、誰かが知っていますか?
ありがとうございました。
参照:http://stackoverflow.com/questions/39608953/unable-to-connect-to-ldap-server-over-ssl-using-spring-template/39610306#39610306 – Roshith
@MiguelÁngelGeneric RESTコネクタ? – varpekv
@varpekv Office 365の公式のコネクタですが、基本的にはええ。それはすべての一般的なRESTコネクタの上に構築されて –