Configure OAuth Settings for BRM

To configure OAuth to connect to your BRM server:

  1. Open the User_home/Infranet.properties file in a text editor, where User_home is the domain administrative user's home directory.
  2. Add this entry:
    BILLINGCARE_OAUTH_TOKEN_URL=http(s)://hostname:port/oauth2/rest
    OAUTH_IDENTITY_DOMAIN=IdentityDomain
    OAUTH_RESOURCE_SCOPE=ResourceServer.ScopeName

    where:

    • hostname:port is the host and port number of the Oracle Access Manager Managed Server that is running the oam_server application.
    • IdentityDomain is the name of your identity domain.
    • ResourceServer is the name of your resource server, such as BillingCare.
    • ScopeName is the name of the scope, such as All.
  3. Save and close the file.