SSL pining fo Enterprise Service – GBG IDscan Documentation

SSL pining fo Enterprise Service

You can add certificate by providing a list to Enterprise Service builder. Concept of IEOS driven Onboarding Journeys

Kotlin

val certificateList = MutableList<Certificate>() certificateList.add(Certificate("company.idscan.cloud", "sha256/****")) val enterpriseService = EnterpriseService.Builder(this)
.baseUrl(baseUrl)
.credentials(credentials)
.certificates(certificateList)
.build()
Was this page helpful?