docs/interfaces/management.Management.ClientAddonSapapi.html
SAP API addon configuration.
interface ClientAddonSapapi {
clientid?: string;
usernameAttribute?: string;
tokenEndpointUrl?: string;
scope?: string;
servicePassword?: string;
nameIdentifierFormat?: string;
key: string: any;
}
Accepts any additional properties
clientid?usernameAttribute?tokenEndpointUrl?scope?servicePassword?nameIdentifierFormat?
Optionalclientidclientid?: string
If activated in the OAuth 2.0 client configuration (transaction SOAUTH2) the SAML attribute client_id must be set and equal the client_id form parameter of the access token request.
OptionalusernameAttributeusernameAttribute?: string
Name of the property in the user object that maps to a SAP username. e.g. email.
OptionaltokenEndpointUrltokenEndpointUrl?: string
Your SAP OData server OAuth2 token endpoint URL.
Optionalscopescope?: string
Requested scope for SAP APIs.
OptionalservicePasswordservicePassword?: string
Service account password to use to authenticate API calls to the token endpoint.
OptionalnameIdentifierFormatnameIdentifierFormat?: string
NameID element of the Subject which can be used to express the user's identity. Defaults to urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified.
Member Visibility
ThemeOSLightDark
Properties clientidusernameAttributetokenEndpointUrlscopeservicePasswordnameIdentifierFormat