Using Okta to validate electronic signatures
Use the Okta authentication service to validate electronic signatures in an IFS/AD FS WS-Federation configuration where Okta is used as the active identity provider and no Active Directory validation is available.
To use this service, you must manually set ElectronicSignatureMode="Okta"
and set OktaAuthenticationUrl="<authn URL>"
in FsSvcCore\Web.config. You must make this change after the IFS/AD FS
authentication configuration has been applied.
For example:
<add key="ElectronicSignatureMode" value="Okta" />
<add key="OktaAuthenticationUrl" value="https://acme.okta.com/api/v1/authn" />