Self Registration without Company or Workflow approval

Hello,
We have NW2004s SP 10.  Is it possible to allow a very simple self registration without using Companies or Workflow approval?  The online help seems to imply that this is possible, but I've tried to configure our Portal as such but nothing shows up on our welcome page. 
What I've done is the following:
User Admin UI settings:
Enable Self-Registration of Guest Users=true
Display Contact Information Form During Self-Registration = true
All the rest are set to false/blank or default
Visual Admin settings:
Server ->Service -> UME Provider -> ume.logon.selfreg = true
Thanks,
T

You also need to assign the UME Action UME.Selfregister_User to the Everyone group. Use /useradmin to create a UME role called something useful and add the UME action specified.
Now grant that role to the Everyone group.
Cheers

Similar Messages

  • OIM Self Registration without approval

    Hi All,
    I am very new to OIM, I need to know how to do self registration without an admin approval.
    I just gave shot by adding those mandatory fields from the approval form to the self registration form by editing the
    formmetadata.xml. but i get a bunch of exceptions and the request itself is not getting registered, i couldnt see any pending approval tasks in the admin screen for that particular self registration.
    I went through this post
    OIM - auto approval of self registration
    From that i could get that i need to create a task adpater and populate the other mandatory fields
    which aren't captured in the self registration screen.
    But is it the only way of doing it??
    Please let me know how to do it (any method).
    or any pointers would be helpful.
    Thanks in advance.

    HI Nitesh,
    Thanks for the reply,
    What i did is I added the mandatory fields to the self registration page, The probllem was with the value which i had passed during the self registration.
    For user type, i gave it as "Full-Time Employee" , but the actual value is "Full-Time" when i gave the correct value
    it worked.
    To summarize, i just added the madatoy fields like org name, user type and role to the sefl registration page
    and gave the correct values while registering and it worked.
    i am sure i cant live with this for a long time, I have to start work on the adapters.
    Thanks.

  • EP 6.0 SP2: User self-registration in Company exception

    Hi!
    It's seems this question to SAP' team.
    I have installed EP 6.0 SP2 patch 4 hf 7 and CM patch 4 hf 4. I want to implement Delegated Administration. I set following options and restart J2EE engine:
    ume.logon.selfreg=true
    ume.admin.selfreg_company=true
    ume.tpd.companies=company1;company2;company3;
    ume.tpd.imp.class=com.sap.security.core.tpd.SimpleTPD
    On screen "Welcome to User Registration" I filled in all necessary data and choose Company. Exception appears in console log file when on the next screen ("Apply for Company company1...") I press "submit":
    Aug 30, 2004 9:40:42 AM # Client_Thread_0      Fatal           >>> JSPCompiler >>> ERROR in Compiling :JSPFileInfo :4365243
    JSP File : F:\usr\sap\REAP\j2ee\j2ee_00\cluster\server\services\servlet_jsp\work\jspTemp\irj\root\WEB-INF\portal\portalapps\c
    om.sap.portal.usermanagement.admin\selfreg_exception.jsp
    Class Name: sapportalsjspselfreg_exception
    Java File : F:\usr\sap\REAP\j2ee\j2ee_00\cluster\server\services\servlet_jsp\work\jspTemp\irj\root\WEB-INF\portal\portalapps\
    com.sap.portal.usermanagement.admin\work\_sapportalsjsp_selfreg_exception.java
    Package Name :
    Class File : F:\usr\sap\REAP\j2ee\j2ee_00\cluster\server\services\servlet_jsp\work\jspTemp\irj\root\WEB-INF\portal\portalapps
    \com.sap.portal.usermanagement.admin\work
    _sapportalsjsp_selfreg_exception.class
    Is out dated : false
    com.sapportals.portal.prt.servlets_jsp.server.compiler.CompilingException: Error in executing a process for compilation, F:/u
    sr/sap/REAP/j2ee/j2ee_00/cluster/server/services/servlet_jsp/work/jspTemp/irj/root/WEB-INF/portal/portalapps/com.sap.portal.u
    sermanagement.admin/work/_sapportalsjsp_selfreg_exception.java:93: cannot resolve symbol
    symbol  : class ComponentAccessToLogic
    location: class sapportalsjspselfreg_exception
                              com.sap.security.core.admin.IAccessToLogic proxy = new ComponentAccessToLogic (componentRequest, aR
    esponse);
                                                                                    ^
    1 error
            at com.sapportals.portal.prt.servlets_jsp.server.compiler.J2eeCompiler_6_20.launchCompilerProcess(J2eeCompiler_6_20.j
    ava:577)
            at com.sapportals.portal.prt.servlets_jsp.server.compiler.J2eeCompiler_6_20.compileExternal(J2eeCompiler_6_20.java:37
    3)
            at com.sapportals.portal.prt.servlets_jsp.server.compiler.J2eeCompiler_6_20.compile(J2eeCompiler_6_20.java:689)
            at com.sapportals.portal.prt.servlets_jsp.server.jsp.JSPParser.parse(JSPParser.java:2143)
            at com.sapportals.portal.prt.servlets_jsp.server.jsp.JSPCompiler.compile(JSPCompiler.java:76)
            at com.sapportals.portal.prt.servlets_jsp.server.jsp.JSPCompiler.run(JSPCompiler.java:120)
            at com.sapportals.portal.prt.core.broker.JSPComponentItem.compileJSP(JSPComponentItem.java:263)
            at com.sapportals.portal.prt.core.broker.JSPComponentItem.getComponentInstance(JSPComponentItem.java:122)
            at com.sapportals.portal.prt.core.broker.PortalComponentItemFacade.service(PortalComponentItemFacade.java:338)
            at com.sapportals.portal.prt.core.broker.PortalComponentItem.service(PortalComponentItem.java:817)
            at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:385)
            at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:462)
            at com.sapportals.portal.prt.component.AbstractComponentResponse.include(AbstractComponentResponse.java:88)
            at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:226)
            at com.sap.security.core.admin.ComponentAccessToLogic.gotoPage(ComponentAccessToLogic.java:129)
            at com.sap.security.core.admin.SelfRegLogic.executeRequest(SelfRegLogic.java:192)
            at com.sapportals.portal.prt.component.usermanagement.admin.SelfRegComponent.doContent(SelfRegComponent.java:75)
    If it necessary I can provide full stack trace...
    Is it some configuration problem or portal's error?
    WBR, Lnk.

    I have a similar problem.
    Sep 29, 2004 12:16:01 PM # Client_Thread_4      Warning         Authentication error.
    com.sap.security.api.NoSuchUserAccountException: USER_AUTH_FAILED
         at com.sap.security.core.imp.AbstractUserAccount.<init>(AbstractUserAccount.java:290)
         at com.sap.security.core.imp.AbstractUserAccount.<init>(AbstractUserAccount.java:242)
         at com.sap.security.core.imp.DBTextFileUserAccount.<init>(DBTextFileUserAccount.java:37)
         at com.sap.security.core.imp.UserAccountFactory.getUserAccountByLogonId(UserAccountFactory.java:335)
         at com.sap.security.core.imp.UserAccountFactory.getAuthenticatedUserAccount(UserAccountFactory.java:685)
         at com.sap.security.core.logon.imp.DefaultLoginModule.login(DefaultLoginModule.java:253)
         at com.sap.security.core.logon.imp.LoginContext.personalizeRequest(LoginContext.java:96)
         at com.sap.security.core.logon.imp.JUMAuthenticator.logon(JUMAuthenticator.java:766)
         at com.sapportals.portal.prt.component.usermanagement.admin.SelfRegComponent.doAfterContent(SelfRegComponent.java:123)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.handleEvent(AbstractPortalComponent.java:404)
         at com.sapportals.portal.prt.pom.ComponentNode.handleEvent(ComponentNode.java:250)
         at com.sapportals.portal.prt.pom.PortalNode.fireEventOnNode(PortalNode.java:333)
         at com.sapportals.portal.prt.core.PortalRequestManager.traverseAndFire(PortalRequestManager.java:797)
         at com.sapportals.portal.prt.core.PortalRequestManager.traverseAndFire(PortalRequestManager.java:803)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:684)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:208)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:532)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:415)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.inqmy.services.servlets_jsp.server.InvokerServlet.service(InvokerServlet.java:126)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.inqmy.services.servlets_jsp.server.RunServlet.runSerlvet(RunServlet.java:149)
         at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.startServlet(ServletsAndJspImpl.java:832)
         at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename(RequestAnalizer.java:665)
         at com.inqmy.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:312)
         at com.inqmy.services.httpserver.server.Response.handle(Response.java:173)
         at com.inqmy.services.httpserver.server.HttpServerFrame.request(HttpServerFrame.java:1245)
         at com.inqmy.core.service.context.container.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:36)
         at com.inqmy.core.cluster.impl5.ParserRunner.run(ParserRunner.java:55)
         at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:148)
    Nested Exception:
    com.sap.security.core.persistence.datasource.PersistenceException: User account for logonid "ricardom" not found!
         at com.sap.security.core.imp.AbstractUserAccount.<init>(AbstractUserAccount.java:290)
         at com.sap.security.core.imp.AbstractUserAccount.<init>(AbstractUserAccount.java:242)
         at com.sap.security.core.imp.DBTextFileUserAccount.<init>(DBTextFileUserAccount.java:37)
         at com.sap.security.core.imp.UserAccountFactory.getUserAccountByLogonId(UserAccountFactory.java:335)
         at com.sap.security.core.imp.UserAccountFactory.getAuthenticatedUserAccount(UserAccountFactory.java:685)
         at com.sap.security.core.logon.imp.DefaultLoginModule.login(DefaultLoginModule.java:253)
         at com.sap.security.core.logon.imp.LoginContext.personalizeRequest(LoginContext.java:96)
         at com.sap.security.core.logon.imp.JUMAuthenticator.logon(JUMAuthenticator.java:766)
         at com.sapportals.portal.prt.component.usermanagement.admin.SelfRegComponent.doAfterContent(SelfRegComponent.java:123)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.handleEvent(AbstractPortalComponent.java:404)
         at com.sapportals.portal.prt.pom.ComponentNode.handleEvent(ComponentNode.java:250)
         at com.sapportals.portal.prt.pom.PortalNode.fireEventOnNode(PortalNode.java:333)
         at com.sapportals.portal.prt.core.PortalRequestManager.traverseAndFire(PortalRequestManager.java:797)
         at com.sapportals.portal.prt.core.PortalRequestManager.traverseAndFire(PortalRequestManager.java:803)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:684)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:208)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:532)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:415)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.inqmy.services.servlets_jsp.server.InvokerServlet.service(InvokerServlet.java:126)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.inqmy.services.servlets_jsp.server.RunServlet.runSerlvet(RunServlet.java:149)
         at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.startServlet(ServletsAndJspImpl.java:832)
         at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename(RequestAnalizer.java:665)
         at com.inqmy.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:312)
         at com.inqmy.services.httpserver.server.Response.handle(Response.java:173)
         at com.inqmy.services.httpserver.server.HttpServerFrame.request(HttpServerFrame.java:1245)
         at com.inqmy.core.service.context.container.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:36)
         at com.inqmy.core.cluster.impl5.ParserRunner.run(ParserRunner.java:55)
         at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:148)
    Sep 29, 2004 12:16:01 PM # Client_Thread_4      Warning         [class=com.sap.security.core.admin.SelfRegComponent][method=Logging in failed][cl=2320]
    javax.security.auth.login.LoginException: USER_AUTH_FAILED
         at com.sap.security.core.logon.imp.LoginContext.personalizeRequest(LoginContext.java:133)
         at com.sap.security.core.logon.imp.JUMAuthenticator.logon(JUMAuthenticator.java:766)
         at com.sapportals.portal.prt.component.usermanagement.admin.SelfRegComponent.doAfterContent(SelfRegComponent.java:123)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.handleEvent(AbstractPortalComponent.java:404)
         at com.sapportals.portal.prt.pom.ComponentNode.handleEvent(ComponentNode.java:250)
         at com.sapportals.portal.prt.pom.PortalNode.fireEventOnNode(PortalNode.java:333)
         at com.sapportals.portal.prt.core.PortalRequestManager.traverseAndFire(PortalRequestManager.java:797)
         at com.sapportals.portal.prt.core.PortalRequestManager.traverseAndFire(PortalRequestManager.java:803)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:684)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:208)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:532)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:415)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.inqmy.services.servlets_jsp.server.InvokerServlet.service(InvokerServlet.java:126)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.inqmy.services.servlets_jsp.server.RunServlet.runSerlvet(RunServlet.java:149)
         at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.startServlet(ServletsAndJspImpl.java:832)
         at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename(RequestAnalizer.java:665)
         at com.inqmy.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:312)
         at com.inqmy.services.httpserver.server.Response.handle(Response.java:173)
         at com.inqmy.services.httpserver.server.HttpServerFrame.request(HttpServerFrame.java:1245)
         at com.inqmy.core.service.context.container.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:36)
         at com.inqmy.core.cluster.impl5.ParserRunner.run(ParserRunner.java:55)
         at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:148)
    Thanks.
    Bejar.

  • Workflow for self registration

    Hi Folks,
    I need to know the exact workflow used for user self registration, i.e., the workflow where in the mail to the registration approver to approve the new user request is triggered.
    Can you please let me know.
    Regards
    Rajeev

    Hi Rajeev,
    All Workflow on SRM can be found on the page
    http://help.sap.com/saphelp_srm30/helpdata/en/8b/4fa9585db211d2b404006094b92d37/content.htm
    Click on details New User (WS10000192)
    Approval Workflow for Creating Internal Users Use
    When an employee requests a user master record and Customizing has been configured such that a user needs to be approved, the user’s manager receives a work item.
    · If the manager approves the request, the user is released. The employee receives an e-mail with an automatically generated password at the address that he or she entered when making the request.
    · If the manager rejects the request, the employee is also notified by e-mail.
    Prerequisites
    · You have activated approval by the manager.
    Menu path in the Implementation Guide (IMG):
    Supplier Relationship Management ® SRM Server ® Master Data ® Create Users ® Set Approval Indicator
    · You have included the manager in the organizational plan.
    Menu path in the Implementation Guide (IMG):
    Supplier Relationship Management ® SRM Server ® Cross-Application Basic Settings ® Organizational Management ® Change Organizational Plan
    · You have activated event linkage for the event Created for workflow WS10000192.
    Menu path in the Implementation Guide (IMG):
    Supplier Relationship Management ® SRM Server ® Cross-Application Basic Settings ® SAP Business Workflow ® Perform Task-Specific Customizing
    Regards,Nishant
    Please reward if this helps.

  • OIM 11g Self-registration approval process

    Hi
    I wanted an OIM self-Registration request to be auto-approved. I am using OIM11g.
    Can anyone give me the directions.
    Regards
    user12841694

    The OIM11g approval process are three levels.
    1. template level
    2. request level
    3. operational level
    Both template level and operational level can be auto approved where as the request level cannot be.
    The reason being, the self-regisistration template ships with user's organization attribue as the Approver-Only attribute indicating it should be populated only by the apporver.
    Looking for any possible options to auto approve request level also.
    http://download.oracle.com/docs/cd/E14571_01/doc.1111/e14316/unauth_selfservice.htm#OMUSG3065
    Regards
    user12841694
    Edited by: user12841694 on Nov 9, 2010 10:20 PM

  • Self Registration in OIM 9.x

    Hi Guys,
    Share ur experience or else let me know the links where i can get the solution to the below mentioned scenario ---->
    1. I have to add few additional fields in the UDF form for self-registration ,without disturbing the existing availble fields.
    2. When submitting the request (after filling fields) it should have one Approval Level.
    Regards,
    Newbie
    Edited by: 837614 on May 31, 2011 2:09 AM

    So Guys here I am posting the deatils as an answer to query (1) --
    1. By default the location of FormMetaData.xml will be C:/Oracle/<ur Server folder>/xellerate/config
    2. Add all additional fields under these 2 heading <Form name="SelfRegistrationUserForm"> as well as
    <!-- User Self Registration and User Profile Modification section -->
    3. Restart the server.
    Cheers!!

  • Error while testing the self registration approval workflow

    Hi all,
    I am getting the following error while testing the self registration approval workflow.
    Here the request level approval is working fine.But the operation level is not working.
    <May 28, 2012 11:25:01 AM IST> <Error> <oracle.iam.request.impl> <IAM-2050126> <Invalid outcome com.oracle.bpel.client.BPELFault: faultName: {{http://schemas.oracle.com/bpel/extension}runtimeFault}
    messageType: {{http://schemas.oracle.com/bpel/extension}RuntimeFaultMessage}
    parts: {{
    summary=<summary>oracle/iam/platform/OIMClient</summary>
    ,detail=<detail>java.lang.NoClassDefFoundError: oracle/iam/platform/OIMClient
    at orabpel.approvalprocess.ExecLetBxExe0.execute(ExecLetBxExe0.java:182)
    at weblogic.ejb.container.internal.SessionLocalMethodInvoker.invoke(SessionLocalMethodInvoker.java:39)
    at java.lang.Thread.run(Thread.java:662)
    </detail>
    ,code=<code>java.lang.NoClassDefFoundError</code>}
    cause: {oracle/iam/platform/OIMClient}
    received from SOA for the request id 61.>
    <May 28, 2012 11:25:01 AM IST> <Warning> <oracle.iam.callbacks.common> <IAM-2030081> <[CALLBACKMSG] Inside Status Change plugin for request 61 and the status is : Request Failed.>
    er and operation is CREATE.>
    <May 28, 2012 11:25:01 AM IST> <Warning> <oracle.wsm.agent.handler.wls.WLSPropertyUtils> <BEA-000000> <WLSPropertyUtils:getOperationName(),operation name is null>
    How to resolve this issue?
    Please anyone suggest me.Thanks in advance.
    Regards,
    Deena.

    Deena,
    Please make sure the path is correct. also why .zip, why : at the end why blank space? These could be a problem.
    /home/oracle/Oracle/Middleware/Oracle_IDM1/server/client/*oimclient.zip*:/home/oracle/Oracle/*Middleware/ oracle_common*/modules/oracle.jps_11.1.1/jps-manifest.jar:
    Below is correct one.
    $MW_HOME/Oracle_IDM1/server/client/oimclient.jar:$MW_HOME/oracle_common/modules/oracle.jps_11.1.1/jps-manifest.jar
    If you have custom workflow, be sure in task assignment proper outcome approve or reject.
    Thanks,
    Kuldeep

  • Approval Workflow for Self Registration

    Hi ,
    I have a requirement where I have to develop an approval workflow for self registration.
    My requirement is If the user type is Employee the user must not go through approval, but if the user type is contractor they must go to some admin user for approval.
    How can I achieve this.
    Regards

    Hi,
    You can refer this link "Create a Custom Approval Process for Self Registration" it might clear your doubts. Also you can create rule as said in below post. For that you can refer "http://codigoctm.files.wordpress.com/2012/11/lab-06-access-policy.pdf".
    Regards,
    Sunil

  • Self registration with Approval

    Hi,
    I need to understand how this self registration with approval works. What we need in something on these lines
    user self registers -> approver approves -> user gets access to portal
    Can i create a user without any role assigned the him and when the approver approves, automatically some pre-designated role gets assgined to the user? I want my approver to just click on approve YES and not actually get into UME stuff.
    Please help
    -Alpana

    Thanks for the reply Michael.
    Yes, i have already gone thru company based self registration. But it does not specify the role assignment part :(. What i read was ok ... you register then u get assigned to the portal as guest user and then if approver approves the request the user becomes a COMPANY user. But then when the approver approves the request, does he assign the company related roles to the user? Or can that be coded somewhere?
    Please help.
    -Regards,
    Alpana

  • Auto approval for self registration request in OIM 11G R2

    Hi all,
    We have a requirement where we want end users to be able to self-register without needing any sort of approval. We are using OIM 11G R2 with the latest patchset.
    The way to do it in 11G R1 is explained in the following document:
    [http://docs.oracle.com/cd/E21764_01/doc.1111/e14316/unauth_selfservice.htm#BABFEIBF]
    But now that R2 does not have any request templates, we are not sure how to do this. Any help will be greatly appreciated. Thanks for your time.
    -sandeepc

    refer this.
    Configuring Auto-Approval for Self-Registration - Fails due to Organisation

  • AD User self-registration request workflow

    Hi Experts,
    I Am working on oracle 11G 11.1.1.5
    I have installed AD connector and things are working as expected.
    I have enabled the AD User RO for self request.
    And the self registration request is working as expected.
    In the workflow however the DefaultResource Approval and DefaultOperational Approval are getting called and teh tasks are assigned to the admin user (xelsysadm)
    Where in the system is this workflow defined?
    Is it possible to remove these approval steps completely (not auto approve)?
    I want the approval to be assigned to a New Group that i have created as AD_ADMINSITRATORS in OIM Roels.
    Will i have to write a completely new custom workflow?
    Do i have to create a new request template because right now i see the default AD User Form that the user needs to fill in for self request (with default pre-pop) and i am ok with this form for request.
    Is self -registration different from request based provisioning?
    It woulod be very helpful if someone can explain the complete process.
    Thanks and Regards,
    Kungo

    Kungo wrote:
    Hi Experts,
    I Am working on oracle 11G 11.1.1.5
    I have installed AD connector and things are working as expected.
    I have enabled the AD User RO for self request.
    And the self registration request is working as expected.
    In the workflow however the DefaultResource Approval and DefaultOperational Approval are getting called and teh tasks are assigned to the admin user (xelsysadm)
    Where in the system is this workflow defined?
    Is it possible to remove these approval steps completely (not auto approve)?NO, You need to go through these stages and auto approve is the only way.
    >
    I want the approval to be assigned to a New Group that i have created as AD_ADMINSITRATORS in OIM Roels.
    Will i have to write a completely new custom workflow?Not necessarily, modify you AD resource object and assign AD_ADMINISTRATORS as the Object Authorizer and then attach the OOTB Resource Autorizer Approval process to the template or request level or operation level policy as you want.
    Do i have to create a new request template because right now i see the default AD User Form that the user needs to fill in for self request (with default pre-pop) and i am ok with this form for request.Request template is different then the dataset (dataset is something which you see when creating a request). Template is created for permissions around attributes you want on that request and also who can create the request.
    >
    Is self -registration different from request based provisioning?Yes self registration is different than provisioning.
    >
    It woulod be very helpful if someone can explain the complete process.
    Thanks and Regards,
    Kungo

  • Self registration request and approval process

    We are looking to implement self-registration with a bit of workflow when we move to Portal 10.1.2 A system where a user requests access, their request is approved (or denied) by another person and then an account is created with appropiate permissions.
    We are currently using an Excel spreadsheet e-mailed back and forth, we have begun designing the process with standard forms and reports in it's own schma, but the last piece will still need to be manual (creating the account).
    Does anybody know of a way to automate this process of account creation?
    Does Application Server 10.1.2 self-registration have similar capabilities? if so, where could I look to learn what it can do?
    Thanxs,
    ljalg

    refer this.
    Configuring Auto-Approval for Self-Registration - Fails due to Organisation

  • Error while choosing the "Company" attribute in Self Registration

    hi all,
             I've configured user self registration with the approval process. On clicking the "Company Search" button, i get an error " You are not authorized to perform this action. Contact your system administrator "  instead of the list of companies that i had given during configuration.
                The error occurs in EP 7 but it is working fine in EP 6.Can anybody please help me with the solution?
    regards,
    Srinath

    You need to start the useradmin tool and make a new role (not a portal role!) that contains the action UME.SelfRegister_User. Now assign this role to the Everyone group...

  • OIM 11gR2 PS1: Need to configure auto approval for self registration

    Hi All
    I need to configure auto approval for self registration in OIM 11g R2 PS1. I have done this in R1 but looks like it is different in R2.
    Can you please guide me or point me to some blog/guide.
    Thanks

    check this link:
    Developing Workflows for Approval and Manual Provisioning - 11g Release 2 (11.1.2.1.0)

  • [Workflow]Self Registration - Mail Notification

    Hi,
    Im working with Oracle Identity Administration.
    I create a workflow type Self Registration, every is ok except for sending email to user when the registration was approved.
    I tried to check on Initiator but no email was sent to new user.
    Pls help.

    Since the self registration completion would result in a Xellerate User profile being provisioned, why not configure the create user task on the Xellerate User process to have a notificaiton on completion to the user. And this way you can pull all the details off their OIM User Definition for the email.
    -Kevin

Maybe you are looking for

  • Odd JVM Crash

    I had been using NetBeans 4.1 regularly and after a few weeks I downloaded LimeWire. It installed fine and when it ran the splash screen showed it loading its components. But when it loaded the final window of the application, it had no controls or g

  • Modify CSS in region help

    Hi, I am using a region help type following the instructions in APEX Users Guide. But the code generated by APEX has 2 issues: It hasn't CSS (bgcolor hardcoded): <table bgcolor="#CCCCCC" width="100%"><tr><td><b>Region</b>:  Acciones Generals</td>...

  • TAXINN in 4.6C

    Hi Can we use TAXINN in 4.6 C ? Regards Uma

  • Where do i send my ipod to get fixed

    I need to send my ipod in to get fixed how and where can i do this

  • Address Book Won't Launch in Leopard

    Suddenly, Address Book won't launch in Leopard. It worked after initial installation but now won't open. I have tried re-syncing with .Mac, re-starting. Address Book info (e-mail addresses) is still accurate and available in Mail. I also installed Le