IDP
Specifies the URL of the Identity Provider providing Single sign-on authentication.
Syntax
<IDP>url</IDP>
- url specifies the URL of the Identity Provider (IdP).
The IDP
element is mandatory and it does not support any attributes.
Child elements
There are no child elements.
Usage
Use the IDP
to set the URL of the IdP performing verification
before starting the application or service.
Usage example in an application xcf file
# ...
<EXECUTION>
<PATH>$(res.path.qa)/applications/myapp</PATH>
<MODULE>App.42r</MODULE>
<DELEGATE service="services/OpenIDConnectServiceProvider">
<IDP>https://accounts.myOIDCIdp.com</IDP>
<CLIENT_PUBLIC_ID>XXXXXXXX.apps.myOIDCIdpusercontent.com</CLIENT_PUBLIC_ID>
<CLIENT_SECRET_ID>XXXXXX-XXXXXX</CLIENT_SECRET_ID>
</DELEGATE>
</EXECUTION>
# ...
Parent elements
This element is a child of DELEGATE.