Working with Environments → The Environments Tab → Environment Endpoints → Configuring OAuth 2 Security
For RESTful calls that require OAuth 2 security, you can select Oauth 2 as the authentication type, and then enter the required token details and client information to access the service from SBM.
To configure an endpoint in Application Repository to use OAuth 2 security:
https://serverName:8086/mashupmgr/hapi/oauth2(Replace serverName with the host name of your Application Repository server).
The URL that displays an authorization prompt. This URL should be available from your service provider's documentation.
The URL that you will use to request an access token and a refresh token.
Used to authenticate against the service provider in order to obtain the access token and refresh token.
If required by the service provider, enter the scope that indicates the kind of data the service provider makes available. Some service providers require that the scope is appended with each request.
Used as an alternative to Client Id and Client Secret for basic authentication against the service provider.
SBM uses the access token to connect to the OAuth 2 service provider.
When the access token expires, SBM uses the refresh token to obtain a new access token.
Copyright © 2007–2019 Micro Focus or one of its affiliates. All rights reserved.