| Interface | Description |
|---|---|
| ThirdPartyServiceAccessor |
A
ConfigurationModelAccessor to access third-party services configured via the PingAccess Administrative
API. |
| Class | Description |
|---|---|
| ThirdPartyServiceModel |
Represents a third-party service configured in the Administrative API
To obtain access to the configuration contained in a
ThirdPartyServiceModel, a plugin should define a field
in its PluginConfiguration with a type of ThirdPartyServiceModel and configure the associated
ConfigurationField to use a ConfigurationModelAccessor of ThirdPartyServiceAccessor. |
| Annotation Type | Description |
|---|---|
| OAuthAuthorizationServer |
This annotation is used to obtain a reference to the
ThirdPartyServiceModel that corresponds to the
OAuth authorization server configured in PingAccess, without requiring the administrator to configure a plugin
to use the authorization server. |
| OidcProvider |
This annotation is used to obtain a reference to the
ThirdPartyServiceModel that corresponds to the
OIDC provider configured in PingAccess, without requiring the administrator to configure a plugin
to use the OIDC provider. |
Copyright 2023 Ping Identity Corp. All rights reserved.