Urgent..................External third party security provider

Hello!
I am trying to deploy a web module in home OC4j on Oracle application server v.10.3.1.0 using Windows 2003 Active Directory.
Knowing that in active directory I have a group whose DN is :CN=Administrators,CN=Builtin,DC=SWSERVER,DC=DGET,DC=COM
and a user whose DN is CN=Administrator,CN=Users,DC=SWSERVER,DC=DGET,DC=COM
the giving user is a member of the Group Administrators .
In Security provider page, I add users and groups settings
LDAP Group Name Attribute: cn
LDAP Group Object Class: group
LDAP Group Member Attribute:member
LDAP User Name Attribute:name
LDAP User Object Class :user
I also map roles between Web application and Security provider.
When I browse to the application in IE, I am prompted to enter user name and password. I entered Administrator password but not authenticated!!!!!!
What should i put in security provider page????????? what should be the settings?????????????
N.B: winodws people are encouraged to reply!!!!
thank you in advance!!!

several things could have gone wrong. Can you increase the logging level. Set it to TRACE:32 instead of NOTIFICATION:1 to see what is going on with your authentication.
../j2ee/home/config/jps-config.xml:
<logger name='oracle.j2ee.security' level='TRACE:32'
useParentHandlers='false'>
<handler name='oc4j-handler'/>
</logger>
After restarting OC4J, you would monitor log.xml in your j2ee/home/log/oc4j directory to analyze what is going on.

Similar Messages

  • AccessControlException with third party JCE provider

    Hi,
    I have a third party cryptographic provider that I must use.
    I can't tell if the provider is failing to load or if actual operations are denied. All I do know is that everytime it tries to actually do anything it fails with (the class that subclasses Provider is called IAIK):
    Caused by: java.security.AccessControlException: access denied (java.security.SecurityPermission putProviderProperty.IAIK)
    at java.security.AccessControlContext.checkPermission(AccessControlContext.java:270)
    at java.security.AccessController.checkPermission(AccessController.java:401)
    at java.lang.SecurityManager.checkPermission(SecurityManager.java:542)
    at java.lang.SecurityManager.checkSecurityAccess(SecurityManager.java:1698)
    at java.security.Provider.check(Provider.java:341)
    at java.security.Provider.put(Provider.java:303)
    at iaik.security.provider.IAIK.a(Unknown Source)
    at iaik.security.provider.IAIK.<init>(Unknown Source)
    It seems to me that the provider is trying to programmatically load and register itself. Obviously I have to grant permission to do this, but I don't know how, because I don't know exactly what its trying to do.
    I did find something in the JDK docs mentioning doing something like this to the server.policy:
    grant codeBase "file:C:/Sun/AppServer7/domains/domain1/server1/lib/*" {
         permission java.security.SecurityPermission "putProviderProperty.IAIK"
    But this not only doesn't work, I also need to understand it.
    I've tried using it as a standard extension and it still doesn't work.
    Would appreciate any pointers here
    Thanks
    Sam

    Hi ,
    I am using SUN ONE application server and I have a third party cryptographic provider that I must use(BouncyCastleProvide). I've modified server.policy, java.policy files but nothing helped.
    // These permissions apply to the RD application
    grant codeBase "file:C:/Sun/AppServer7/domains/domain1/server1/lib/*" {
    permission java.security.AllPermission;
    Please help.
    Thanks
    INFO: CORE3282: stdout: [02/Mar/2005 14:22:08:866] error: |AESEncryption|prepareMap|1|oSecretKey_file: /WEB-INF/config
    /secret_asn1.key
    INFO: CORE3282: stdout: [02/Mar/2005 14:22:08:866] error: |AESEncryption|prepareMap|1|oGenrateKeys: no
    INFO: CORE3282: stdout: [02/Mar/2005 14:22:08:897] error: |AESEncryption|AESEncryption::Constructor|1|java.security.Ac
    cessControlException: access denied (java.security.SecurityPermission putProviderProperty.BC)
    INFO: CORE3282: stdout: at java.security.AccessControlContext.checkPermission(AccessControlContext.java:270)
    INFO: CORE3282: stdout: at java.security.AccessController.checkPermission(AccessController.java:401)
    INFO: CORE3282: stdout: at java.lang.SecurityManager.checkPermission(SecurityManager.java:542)
    INFO: CORE3282: stdout: at java.lang.SecurityManager.checkSecurityAccess(SecurityManager.java:1698)
    INFO: CORE3282: stdout: at java.security.Provider.check(Provider.java:384)
    INFO: CORE3282: stdout: at java.security.Provider.put(Provider.java:339)
    INFO: CORE3282: stdout: at org.bouncycastle.jce.provider.BouncyCastleProvider.<init>(BouncyCastleProvider.java:52)
    INFO: CORE3282: stdout: at com.sp.fwk.golden.encryption.AESEncryption.<init>(AESEncryption.java:48)
    INFO: CORE3282: stdout: at com.sp.fwk.golden.encryption.AESEncryption.getInstance(AESEncryption.java:71)
    INFO: CORE3282: stdout: at com.sp.fwk.golden.presentation.FwkServlet.init(FwkServlet.java:72)
    INFO: CORE3282: stdout: at javax.servlet.GenericServlet.init(GenericServlet.java:258)
    INFO: CORE3282: stdout: at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:921)
    INFO: CORE3282: stdout: at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:658)
    INFO: CORE3282: stdout: at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:229)
    INFO: CORE3282: stdout: at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:505)
    INFO: CORE3282: stdout: at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:212)
    INFO: CORE3282: stdout: at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:505)
    INFO: CORE3282: stdout: at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:203)
    INFO: CORE3282: stdout: at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:505)
    INFO: CORE3282: stdout: at com.iplanet.ias.web.connector.nsapi.NSAPIProcessor.process(NSAPIProcessor.java:157)
    INFO: CORE3282: stdout: at com.iplanet.ias.web.WebContainer.service(WebContainer.java:598)

  • SAML Implementation for External third party portal

    Hi Experts
    I am trying to configure external third party portal to SAP Portal using SAML. Has anyone done that before?
    I would appreciate if someone can provide details of this kind of implementation as Idendity provider and destination is on their side and external partner has custom SAML implementation.
    Thank you
    JS

    Hi
    Has anyone has configured Source Site and Responder Service on Portal J2EE ?
    I would like to know if any one has done this kind of implementation and can share some light on the same.
    Thank you
    Jinal Shah

  • SOA Suite 11g calling external third party web service

    Hi All,
    Our SOA 11g application needs to communicate with an external third party web service (outside SOA composite and our 11g environment). Basically our SOA application will make a request based on date and the external web service will return a collection of data for that date.
    Please suggest how do I achieve this. What inputs will I need from the external third party. I am using SOA 11.1.1.4
    Thanks
    Edited by: user5108636 on 10/05/2011 19:11

    You will need the WSDL of the third party web service to be able to consume it. Based on the wsdl you can generate the request structure then invoke the service.
    Also do check with them if there is security associated with the webservice like HTTPS, any soap header that need to be passed, etc ....
    Based on this you will need additional configuration on your side.
    Thanks,
    Patrick

  • Does OSB10gr3 support third-party security providers?

    Does OSB 10gr3 support third-party security providers and third-party token handlers ?
    If so what are they?
    Edited by: dbr6 on Jun 26, 2009 6:01 PM

    OSB will work with any security provider that is designed as per http://download.oracle.com/docs/cd/E12840_01/wls/docs103/dvspisec/index.html. OSB completely relies on Weblogic security framework and doesn't do any official certification for third-party security providers.
    Cheers
    Manoj

  • SSL - Installing Third party secure certificates

    Hi,
    I am having problem while importing third party secured certificates (Verisign).
    In STRUST, after import It was still saying Self-Signed message for third party certificates. I am not sure weather this is correct behavior or not.
    After launch browser, the certificate status showing with message
    "This CA Root certificate is not trusted because it is not in the Trusted Root Certification Authorities store."
    Please help me to solve this issue. Any other procedure we need to follow to import third party certificates
    Thanks in advance
    Regards
    Srinivas

    I'm guessing, you'll need to download the Verisign Trusted Root CA certificate from verisign.com and import it into your certificate list in STRUSTSSO2. Under the System PSE node.
    If you doubeclick the response certificate from Verisign, you may be able to see what is heirarchy / trust chain for verisign certs. If it's more than just root, cert, you'll probably need to add the intermediate certs too. Check out verisign link, maybe it'll explain better.
    https://www.verisign.com/support/ssl-certificates-support/page_dev028341.html
    Also is the self signed message on teh SSL Server PSE node, or the server node? it shouldn't say self-signed if it's the (as example below) sapserver_sid_00 node.
    SSL Server
       |_  sapserver_sid_00
    Hope that helps.
    regards,
    Laurence...
    disclaimer:
    The content of this message is my personal opinion only and, the statements I make here in no way represent my employer's position on the issue, nor am I authorized to speak on behalf of my employer on this matter.

  • Can you specify third party JMS Provider in Weblogic appserver configuration

              Can you specify third party JMS Provider in Weblogic appserver configuration ???
              Only place i know of is that you can specify third party JMS Provider in MDB configuraion.
              DOES Weblogic has some kind of configuration files where you specify JMS Provider
              info (Like you can do that in JBOSS)
              

    You can also specify a third-party JMS provider using the Messaging Bridge,
              which transfers messages from one queue or topic to another.
              And in general, inside WLS you can use any JMS provider you wish anywhere
              that you can also use WLS JMS. In an upcoming release, there will also be
              some support to make foreign JMS providers a little easier to configure.
              But why would you want to use another JMS provider anyway? ;-)
              greg
              "Neeru Munjal" <[email protected]> wrote in message
              news:[email protected]..
              >
              > Can you specify third party JMS Provider in Weblogic appserver
              configuration ???
              >
              > Only place i know of is that you can specify third party JMS Provider in
              MDB configuraion.
              > DOES Weblogic has some kind of configuration files where you specify JMS
              Provider
              > info (Like you can do that in JBOSS)
              

  • Third-party push provider server

    Hi there!
    Does anyone know a good third-party push provider server?
    I'm going to implement custom (with text) push notifications for my DPS applications.
    Currently I have short list of push providers
    urbanairship.com
    parse.com
    flurry.com
    http://www.pushwoosh.com/programming-push-notification/
    http://quickblox.com/developers/SimpleSample-messages_users-ios
    Please help if you already have experience of implementing custom push notifications.
    Thank you!
    Topic:
    http://www.adobe.com/devnet/digitalpublishingsuite/articles/dps-push-notification.html

    I used QuickBlox push notifications. At the moment i'm developing iOS ChattAR based application http://quickblox.com/developers/Chattar. From iOS side, it's quite easy to integrate quickblox push notifications into application. About pricing - http://quickblox.com/pricing/ - my 2.5 year iOS developer expirience tells me that 1 000 000 pushes per month for application (QuickBlox Free plan) - it's very much (common AppStore application produce ~10 000 push notification per day -> 300 000 notifications per month).
    DPS application can not use native iOS SDK, but there is REST API - http://quickblox.com/developers/Messages - you can use push notifications through REST API as well. Some month ago i was developing custom Android application & i integrated quickblox push notifications through REST API, it's real.

  • Who is the favorite third party storage provider?

    Who can you recommend as a third party storage provider for my very large I-Photo file?

    If the collection of Photos is indeed "very large", then online storage (simply for Backup purposes) is impractical. It takes too long to transfer the files.
    If you want to provide ACCESS to the files for others, the features provided by the service outweighs all other considerations.

  • Problem in configuring third party JMS provider

    Hi,
    I am having a problem in configuring Sun MQ 4.4 JMS provider with weblogic 10.3.I tried the following method:-
    1. Created a new outbound connection pool.
    2.In the properties for the connection pool :-
    ConnetionFactory Location :- myTestCF (this is the remote connection factory JNDI)
    Factory properties :- java.naming.factory.initial=com.sun.jndi.fscontext.RefFSContextFactory;java.naming.provider.url=file:/C:/my_object_store;java.naming.security.principal=admin;java.naming.security.credentials=admin
    3.Provided the username and password also.
    But when I am testing it from a SOA composite through a JMS adapter, it is giving me an exception indicating it could not locate the connection factory.I am clueless why this is happening.I've also tried with putting the sun mq jar files inside the <%wl_home%>/user_projects/domains/<%my_domain%>/lib folder.But it did not work.Please help.
    Thanks,
    Rahul

    In third party process SO / PR / PO should be in integrity. Your manual modification violates this I think (you are making one PO item from two SO item...).
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/dd/560287545a11d1a7020000e829fd11/frameset.htm
    Processing Third-Party Orders in Purchasing
    When you save a sales order that contains one or more third-party items, the system automatically creates a purchase requisition in Purchasing. Each third-party item in a sales order automatically generates a corresponding purchase requisition item. During creation of the requisition, the system automatically determines a vendor for each requisition item. If a sales order item has more than one schedule line, the system creates a purchase requisition item for each schedule line.
    Purchase orders are created from purchase requisitions in the usual way. For more information about creating purchase orders, see the Purchasing documentation. During creation of the purchase order, the system automatically copies the delivery address of your customer from the corresponding sales order. In a sales order, you can enter purchase order texts for each third-party item. When you create the corresponding purchase order, the texts are automatically copied into the purchase order. The number of the purchase order appears in the document flow information of the sales order.
    All changes made in the purchase order are automatically made in the sales order as well. For example, if the vendor confirms quantities and delivery dates different from those you request and enters them in the purchase order, the revised data is automatically copied into the sales order.
    Regards,
    Csaba

  • Nano External (Third-Party) Control

    I've got the 1.0.3 FW, which fixed the cover flow thing that was causing me trouble, but there's still one more problem i've got that's meaning I can't use it as I want.
    I connect the iPod in the car, and usually carry it around locked (for obvious reasons) - and with my old iPod could just plug it in like that and it'd auto-play the iPod when I turned the radio on. The Nano however seems to struggle. There doesn't seem to be any pattern to it - sometimes it will turn on automatically, sometimes i have to unlock it before it recognises the radio and starts to play (it plays immediately on unlocking it, don't have to actually press play).
    Mine connects to the car using a Connects2 kit, but interested in hearing if anyone else has similar problems with other third-party kit that uses the dock connector to control the iPod?

    Nope. You'll have to create an app your self, or search for 3rd party provider.
    Ludek

  • Third party logistics provider

    hi ,
    Has any one worked on third party logistics ?
    Can any one explain what are 'Interfaces u2013 figuring about 10 on 3rd party logistics provider side and 21 on the customer side' .
    Are they like interface to send some data from some other system to saP ?
    In that case any one explain what is 10 on third party system? and 21 on our side ?
    Regards,
    KB
    Edited by: kamala bhavani on Feb 18, 2010 10:44 PM

    Hi,
    Will you explain your requirement in detail???
    Kapil

  • Third Party Service Provider

    Does AM 6.3 acting as the Identity Provider, support any third party software that could potentially be installed on the service provider side and that can communicate with AM using SAML? Please let us know if anyone has successfully implemented using any such software.
    Thanks

    Thanks for getting back to me Bernhard.
    1. All that I knew about Liberty ID-FF and SAML 1.1 is that they are two different protocols for now and they merge into one as SAML 2.0. I didn't know that Liberty ID-FF uses SAML 1.1 as a transport vehicle ( first of all I will need to read into seeing what this means from saying using plain SAML 1.1 ).
    2. We just heard about source-id and we are looking into this. The main criteria for us for now to choose one over the other is dependent on the following factors:
    a) Which is easier and quicker to develop and deploy( AM or sourceid) on the Service Provider side assuming we have very little knowledge of SAML..
    b) If we end up choosing sourceid on the Service Provider side will it be compatible with AM on the IP side?
    Thanks

  • Ability to use external third party ETL tools removed?

    Hi,
    have just been looking the possibility of using a third party tool (Informatica, Business Objects Data Integrator) with NW2004s.
    It appears that there is no longer a suitable source systyem type or at least there isn't in my Ramp Up system (SP7).
    Does anyone know if the functionality required for this has been retired? Or is it still there behind the scenes and just needs to be used in a different way.
    Many thanks,
    Mike

    Hi Andreas,
    thanks for this.
    It used to be that you needed an RFC destination from BW to the third party ETL RFC server, and a dedicated Source System for this and then the BAPI loader was used.
    Not sure if I understand how this will be achieved with the 3.5x data sources as aren't these SAP only?
    In the External Systems area of the source systems tab, there are some entries for:
    RA 115     Oracle Applications 11i
    LF 205     Tealeaf 2.05B
    PD 020     SAP xPD
    So it sounds like I create these as a SAP source system having previous done the RFC config?
    Thanks for your help and a little more would be great!
    Regards,
    AB

  • Third party security program for Macs?

    Hello!
    I'm wondering if there's a preferred third party program for security on a Mac?
    What I'm looking for is something that functions similarly to zonealarm, in that it alerts you to what's coming into or going OUT of your computer.
    iMacs G5 & G3   Mac OS X (10.4.3)   Panther on G3, Direcway 6k cnsmr sat. cnct., netgear ethernet swtch to 4 cmptrs.

    electriczipper,
    Detecting and avoiding malware and spyware, by Dr. Smoke lists an often recommended application named Little Snitch.
    ;~)

Maybe you are looking for

  • How do I apply programmatic skins for completely custom drawn components of a Flex library project?

    Hello folks, I am looking for best practices advice when (1) creating custom components and (2) styling and skinning. I already know how to skin a component part of the Flex framework. I can make a class extending ProgrammaticSkin and have my compone

  • Report problem link opens up word (pc)

    When I click on report problem link in purchase history for an app, all it brings up word. Don't have email receipt yet and itunes support is useless. it's like trying to find a needle in a haystack.

  • Deserialization error !!!Urgent help required!!!

    hi, I have a GUI screen developed by Java Swings. It has 5 checkboxes say A, B, C, D, E. Now depending on the users choice, the values of these checkboxes is sent as an xml file to the soapServer as shown below. <A="yes" B="no" C="yes" D="yes" E="no"

  • Error while Client installtion on AIX 6

    I am getting below error while installing orale client 10.2.0.1 on AIX 6.1 If anyone faced same issue , Please guide on this $ ./runInstaller Your platform requires the root user to perform certain pre-installation OS preparation. The root user shoul

  • "Error restoring Databases" SMS import failing!

    Hey all- I keep getting an "error restoring databases" message when trying to put all of the SMS texts from my Curve 8330 onto my World Edition.  I did this yesterday and it worked fine.  The problem is the screen on my curve is dead so until I get a