Menu

Monday, July 30, 2012

How To Setup SAI REST To Request Username and Password ?

  • When deploying SiebelEAIFusionRest from JDeveloper make sure you choose as security model SecurityRolesAndPolicies
  • In Weblogic admin console, change the default security realm (Myrealm) to use Security Model Default = Custom Roles And Policies
  • Create a group SiebelGroup
  • Create Weblogic users and add them to SiebelGroup
  • Click the Security tab -> Application Scope sub tab -> Policies sub sub tab.
    Click ADD CONDITIONS button
    Change predicate list to Group
    In group argument name, type SiebelGroup
  • Click Security tab -> Credential mappings sub tab and create a New Security Credential Map entry for:select eis/siebel/SebelResourceAdapterConnFactory
  • Select Configured User Name, provide a Weblogic username and map it to a Siebel user.
  • Clear cache , close and re-open the browser before you start.
    After you enter your test URL, it should prompt you for username and password

    e.g: http://localhost:7001/oraclecrm/
    api/rest/siebel/siebel.SiebelResourceAdapterConnFactory/EAI%20Account

    These would be weblogic passwords .

    The authentication used is BASIC by default.
Permalink: http://siebelsupport.blogspot.com/2012/07/blog-post.html

No comments:

Post a Comment