Enabling SAML Authentication with Oracle Access Manager for Web Applications

Enabling SAML Authentication with Oracle Access Manager for Web Applications

Step 7. Configure an Authentication Method and Certificate

Step 7. Configure an Authentication Method and Certificate

Use a command line interface to configure an authentication method and a certificate for the Oracle WebLogic application server.
  1. Open a command shell on the machine where the Oracle Access Manager instance runs.
  2. Log in to the Oracle WebLogic server:
    C:\0racle\Middleware\Oracle_Home\oracle_common\common\bin>wlst.cmd
  3. Use the addSPPartnerAuthnMethod command to associate an authentication method and an Access Manager Authentication Scheme for Informatica.
    Specify the following three arguments:
    Argument
    Description
    Partner Name
    Name of the authentication scheme that you created in Step 5.
    URN
    Method that represents the authentication method. Enter the following identifier:
    urn:oasis:names:tc:SAML:2.0:ac:classes:Password
    Connection name
    Name of the connection that you defined in Step 6 under "General."
    For example:
    /oam_domain/domainRuntime/> addSPPartnerAuthnMethod("AS", "urn:oasis:names:tc:SAML:2.0:ac:classes:Password", "LDAPADScheme")
  4. Use the updatePartnerProperty command to configure the certificate to use in authentication.
    Specify the following three arguments:
    Argument
    Description
    partnerName
    The ID of the partner to be updated.
    partnerType
    Partner type. Use "
    sp
    ".
    propName
    Name of the property to configure.
    propValue
    Boolean. Set to TRUE. Default is false.
    type
    Data type of the property. Use "
    boolean
    ".
    For example:
    updatePartnerProperty(partnerName="AS", partnerType="sp", propName="includecertinsignature",propValue="true",type="boolean")

0 COMMENTS

We’d like to hear from you!