Back to Node Auth0

Interface ClientAddonSapapi

docs/interfaces/management.Management.ClientAddonSapapi.html

5.9.12.0 KB
Original Source

Interface ClientAddonSapapi

SAP API addon configuration.

interface ClientAddonSapapi {
clientid?: string;
usernameAttribute?: string;
tokenEndpointUrl?: string;
scope?: string;
servicePassword?: string;
nameIdentifierFormat?: string;
key: string: any;
}

Indexable

Accepts any additional properties

Index

Properties

clientid?usernameAttribute?tokenEndpointUrl?scope?servicePassword?nameIdentifierFormat?

Properties

Optionalclientid

clientid?: 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.

OptionalusernameAttribute

usernameAttribute?: string

Name of the property in the user object that maps to a SAP username. e.g. email.

OptionaltokenEndpointUrl

tokenEndpointUrl?: string

Your SAP OData server OAuth2 token endpoint URL.

Optionalscope

scope?: string

Requested scope for SAP APIs.

OptionalservicePassword

servicePassword?: string

Service account password to use to authenticate API calls to the token endpoint.

OptionalnameIdentifierFormat

nameIdentifierFormat?: 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.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties clientidusernameAttributetokenEndpointUrlscopeservicePasswordnameIdentifierFormat