PAPI-WS preset authentication

To use this, do we need to create a preset entry for each of the participants? Or is there a way, to send just the user name in the SOAP call so the roles can be mapped?

Hi jsury,
I use WS PAPI with token authetication and I also had a lot of problems to did it.
I found a way, look at this Authentication problem with C# .net PAPI WS
And I do the login on Constructor of my class, this way
public ClientBPM(string Usuario, string Senha)
proxy = new PapiWebServiceWse();
UsernameToken token = new UsernameToken(Usuario, Senha, PasswordOption.SendPlainText);
proxy.SetClientCredential<UsernameToken>(token);
proxy.SetPolicy("ALBPM_Policy");
//set timeout and encoding
proxy.Timeout = 60000;
proxy.RequestEncoding = System.Text.Encoding.UTF8;
_Usuario = Usuario;
_Senha = Senha;
Hope this helps you

Similar Messages

  • How to create a new paper size preset in photoshop CS6

    Hi, Im trying to create a new paper size preset in PS CS6. I was told if I went to my PS folder, I will find a folder named presets. Inside that folder there should be a text document called "New Doc Sizes.txt" but it's not there.
    Has anyone any idea where I might find this text file in a presets folder?
    I have a C drive, but my folder for CS6 is on my D drive. I use Windows Ultimate 7 x64.

    There's a file named "New Doc Sizes.psp" on my Mac. "Save Preset..." in the "File > New..." dialogue stores custom doc specs in that file.
    /Users/<name_deleted>/Library/Preferences/Adobe Photoshop CS6 Settings/New Doc Sizes.psp
    There should be an equivalent in Windows.

  • HP printer not saving paper tray preset

    Hi,
    Leopard has seemingly removed my ability to set a default "paper feed" tray setting on my HP 1320.
    In Tiger, I had a saved preset that always printed from TRAY 2. Leopard sees this preset and defaults to it like it should, but the print feed now says AUTO-SELECT, which prints from TRAY 3. I can manually switch it to TRAY 2 and it works fine, but I don't want to do this every time I print.
    I tried making a new preset with TRAY 2 selected, but that dialog box defaults to AUTO-SELECT right when I hit SAVE.
    It appears that lots of people with various HP laser printers have the same problem.
    Any solutions anyone or Apple?
    Thanks,
    Barry

    We are aware of this problem and working with Apple on a fix. I don't have any other details to share at this time, or any way of working around the problem, but I wanted to make sure you knew we are aware of it.
    Just trying to help.
    Andrew

  • WRT54G v6: my ISP requires PAP or CHAP authentication on PPPoE - is it supported?

    Hi all,
    I have a big problem. My ISP here at my mother's in Italy (www.teletu.it) gave me the following configuration:
    1. Supported Protocol: PPPoE or PPPoA
    2. VPI: 8
    3. VCI: 35
    4. Encapsulation: LLC (If not supported: VCMUX/NULL)
    5. Modulation: Multimode
    6. Authentication Protocol: PAP or CHAP
    if I connect my laptop to the ADSL modem, it all works just fine and I can connect to the internet (as you can see )
    HOWEVER, if I then try to configure my WRT54G v6 to use this internet connection (I NEED to be wireless here, or I won't be able to use my iPhone and iPad), there is no way apparently for me to configure the Encapsulation, Modulation, and Authentication Protocol above. I just upgraded my WRT54G's firmware, and am now running firmware Ver.1.02.8, 10/05/2009. I was hoping this would allow me to set these parameters, but I can't find a way.
    I tried just configuring the WRT54G with PPPoE and the ISP's userId/password, but this doesn't seem to suffice, and I don't see any other settings I could try.
    HELP!? thanks in advance.

    You have to configure the modem into bridge mode and configure the line parameters on the modem. Then configure PPPoE on the WRT. That should do it. The WRT should automatically pick a suitable authentication method.

  • PAPI-WS Participant could not be authenticated.

    I'm attempting to create a process in BPM from a java application using PAPI-WS, this works fine when I run in Studio, but when I deploy this to the BPM Enterprise (ALBPM 6.0) I get the following error:
    Exception in thread "main" javax.xml.ws.soap.SOAPFaultException: Participant could not be authenticated. A wrong username or password might have been specified.
    I would like to use SSO authentication, but since this error occurred with the custom SSO class I was using, I tried to use preset authentication, but it does not work even with preset authentication (we've made the configuration changes in the ALBPM admin documention). Is there anything else that needs to be done, in order to use preset authentication? It appears that althought a username is being set, ALBPM thinks the username is null
    Thanks.

    Use the example located at C:\OraBPMStudioHome\samples\integration\BPM-PapiWs-DotNet-Example\PAPI_WS2_Sample
    Main thing to note, is that you need to enable Web Services Enhancements.
    1. Under the General tab select
         a. Enable this project for Web Services Enhancements
    2. Under the Policy tab
         a. Click browse and select wse3policyCache.config
              i. Go through the config and we want to add the following extensions
                   1) usernameOverTransportSecurity
                   2) requireActionHeader
         b. Add an Application policy "ALBPM_Policy"

  • PAPI Web Service (PAPI-WS) Example for Oracle BPM Enterprise Standalone

    Here is the location of a step-by-step explanation on how to use PAPI Web Service (PAPI-WS) to create a work item instance and then run the instance inside an activity in a process running on Oracle BPM Enterprise Standalone.
    http://www.4shared.com/file/128249957/9bd6ef61/PAPI-WS_for_Oracle_BPM_Standalone.html
    Be sure to use the project that is in the zip file for this example.
    To see how to invoke PAPI-WS when using Oracle BPM Studio, go to this thread: PAPI Web Service (PAPI-WS) Example for Oracle BPM Studio
    If you need a step-by-step example of how to use PAPI (the Java API) go to this thread: Creating a new work item instance in a process using PAPI
    Hope this helps,
    Dan

    Dan,
    I tried in both studio and Standalone.
    From Studio :*
    1. The Url for the Webservice is (http://localhost:8585/papiws/PapiWebServiceEndpoint?wsdl). From studio by default port number was 8585.From this studio wsdl URL(http://localhost:8585/papiws/PapiWebServiceEndpoint?wsdl),I did n't see any wsdl text in the browser.
    From Standalone :*
    1. In BPM Admin Center, I have selected *"PAPI Web Services"* check box(Page 5 of your document).
    2. In The BPM Admin Center, I have clicked on *"Start BPM Web Applications"*.
    3. After Stand alone server started *"Launch PAPI WebServices Console"* link was enabled,And I clicked on that link.It opened a browser with URL (http://localhost:8686/papiws/PapiWebService)
    Oracle® BPM PAPI Web Services
    Service Name 'PapiWebService'
    Style: Document Literal Wrapped
    SSO Enabled: false
    WS-Security UsernameToken Profile Authentication Enabled: false
    HTTP Basic Authentication Enabled: true
    Preset Authentication Enabled: false
    MTOM Optimization for attachments Enabled*: false
    Endpoint: http://localhost:8686/papiws/PapiWebServiceEndpoint
    WSDL: http://localhost:8686/papiws/PapiWebServiceEndpoint?wsdl
    I have copied wsdl URL(http://localhost:8686/papiws/PapiWebServiceEndpoint?wsdl) and pasted it into a browser's URL field.I did n't see any wsdl text in the browser,but I see following error
    HTTP Status 404 - Servlet PapiWebServiceServlet is not available
    type Status report
    message Servlet PapiWebServiceServlet is not available
    description The requested resource (Servlet PapiWebServiceServlet is not available) is not available.
    Apache Tomcat/5.5.15
    Edited by: Prabhasankar on Dec 24, 2010 9:10 AM

  • Print on Fine Art Paper using Epson 9900.

    Printing.  Sigh.
    I can't get the "Fine Art" Epson papers "Hot Press" or "Cold Press" to show up in the printer dialog box.  (I pay by the hour and the square foot to use the 9900 to print works for a show that opens in two weeks, so this is both pressing and costly.)  I have tried everything I could think of (details below).  As a work-around, I exported 16-bit TIFFs, opened them on another machine in PS-CS6, and printed them.  The Epson Hot Press paper can be selected in the PS print dialog on that machine.  The print looks excellent.
    OS 10.8.5 on an Intel 2.7 GHz Core i7 MacBook Pro w. 16 GB RAM.
    Aperture 3.4.5
    (No beta-ware installed.)
    PS-CC (14.1.2 x64) on this machine.  (Do not have the version number of PS-CS6 that is installed on the other machine.)
    My studio printer is an Epson 3880.  On that printer, I have to select one of the print dialog "Paper Size" presets with "(Manual - Rear)" in the name in order for the full complement of Epson Fine Art papers to show in the "Printer Settings➞Basic➞Media Type➞Fine Art Paper" drop-down of the printer dialog box.  (I am using "print dialog box" to refer to Aperture's print dialog, and "printer dialog box" to refore to the OS print dialog box that comes up after clicking "print" at the bottom right of Aperture's print dialog box.)
    The 3880 does not accept roll paper.  One of my reasons for using the 9900 is that it does accept roll paper.  There are no "(Manual - Rear)" presets that I could find for the 9900.
    Oddly, in PS-CC (this machine), I cannot specify "Hot Press" either.  Only on the other machine (which is at the community arts center lab where I print) does "Hot Press" show in the fine art paper types.  That machine does not have Aperture installed.
    I have updated my 9900 driver, and downloaded the most recent ICC profiles for the paper.  I installed the profiles in both the system library and my user library.  I can select the profiles.
    The current driver listed on Epson's site is 9.04.  The version which shows in "System Prefs➞Print and Scan➞Epson Stylus Pro 9900➞Options and Supplies➞General➞Driver Version" is 8.64.  I have re-downloaded and re-installed.  Twice.
    I have rebooted, hard and soft.
    Any suggestions?
    Thanks.
    Cross-posted to Luminous Landscape.
    Kirby.

    Just a hunch, Kirby. I looked at the Epson support page:
    http://www.epson.com/cgi-bin/Store/support/supDetail.jsp?BV_UseBVCookie=yes&info Type=FAQ&oid=119098&prodoid=63079720&foid=125986&cat=53461&subcat=53466
    and found in the FAQ:
    Selected FAQ
    Q: 
    Why are only matte media types displayed in the driver’s media list?
    A:
    When matte black ink is selected in the printer driver, only matte media types are displayed in the driver list. The complete media list appears only when the photo black ink is selected.
    Do you have any possibility to select the ink in the driver - matte or not? And are you trying to print glossy?

  • HP Officejet Pro K8600 - Black Ink issue

    Hi everyone,
    I have HP Officejet Pro K8600, the printer was fine but after I printed on 4x6 HP Premium Glossy Photo Paper now when I print normal text document the Black Color is not too black it is sort of faded black (very dark grey). I chose different presets e.g. Default Settings, Plain Paper Best, Plain Paper Fast Draft, Plain Paper Fast Draft Black and White and set paper type as Plain Paper but the results are all same. But again when I print a full color photo on 4x6 HP Premium Glossy Photo Paper with preset Photo Paper and HP Premium Photo Paper the printout comes fine and the black color is deep and normal.
    I will be waiting for your prompt solutions.
    Regards,
    Mak

    I will add the following:
    I changed the Black cartridge but still with the same issue. I am trying to change the printhead with following the steps given in this page http://h10025.www1.hp.com/ewfrf/wc/document?cc=us&lc=en&dlc=en&docname=c01289505 but the carriage does not move to the left. 
    Any clue?

  • Ps CS5 "Print Page Setup" dialog will not open

    Hello: I was printing via my Photoshop CS5.
    I accidentally created a paper size of 0cm x 0cm and attempted to print (up to this point Photoshop and Print worked).
    I now (permanently) get an error message: "There was an error opening your printer. . . "
    Photoshop >File >Print. . . will not open the Print Page Setup.
    Photoshop >File >Print one copy (works, but still tries to print 0cm x 0cm, the printer spits out a blank page).
    Using the (Mac/Apple) app 'Preview' I deleted the paper size preset '0cm x 0cm'.
    apps; Preview, Text Edit, Mail, Word, . . . all print properly (they can open the 'Print Page Setup' dialog).
    I set up two other printers (now three in total) and they work with all applications (except Photoshop).
    I uninstalled and re-installed Photoshop and my printers, including all their preference files.
    Also, I again deleted Photoshop preference files by opening Photoshop while pressing 'Shft-Opt-Cmd'.
    In 'System Preferences' >Print & Fax >Printers; I reset my computer's "Printing System".
    I repaired 'Disk Permissions', Safe Boot and have also done multiple restarts.
    Since only Photoshop has a problem, I believe Photoshop has (somewhere) set a preference thinking it's default paper size is 0cm x 0cm which is throwing an error and preventing the 'Print Page Setup' from opening.
    I updated Photoshop Adobe Air, Printers, . . . after re-installing.
    I ran an app that clears my computer's caches.
    I reinstalled (and updated) my computer's operating system (OS only, not my account and data).
    I would appreciate your help. Thank-you, M_L_R
    Mac OS: 10.6.8, Apple/MacPro 2009, 2 x 2.93GHx 8-Core processors, 16GB of Ram (DDR3 1066 MHz)

    Hello: I repaired my (Print: Page Setup. . . dialog panel will not open) problem.
    The fix was one of the many suggestions I researched in the 'Adobe Help'.
        Unfortunately I dismissed this solution (until now).
        reference: http://helpx.adobe.com/photoshop/kb/error-install-printer-photoshop-cs4.html
            see >Solution 7: Create a different user account and run Photoshop as that user.
    Some of the (following) procedures may not be necessary, but the core solution is in there. . .
        Mac OS X v10.5 or later >System Preferences >Accounts >Guest Account (sharing only) >Allow guests to log in to this computer >Automatic Login (for Administrator, still active - optional) >then log out of the (main/administrator) account >then Log in to the guest account >go to the applications folder (in the guest account) >open Photoshop >create a new simple document (example: create one text letter) >Print. . . (in this situation Print: Page Setup. . . the dialog panel opens [remember: this is the error problem in the main account]) >(do what you normally do) select your printer >set up a page size and printer options >print. Save that Photoshop project >delete that Photoshop project >Log out (of the Guest account) >Log in to your regular (main/administrator) account >the Guest account can now be deactivated (optional) >open Photoshop (in your main account) >test print a simple document >the (Print: Page Setup. . .) dialog panel now opens >(do what you normally do) select your printer >set up a page size and printer options >print. Save that Photoshop project >delete that Photoshop project >the (Print: Page Setup. . . dialog panel will not open) problem is repaired. Bye for now, M_L_R

  • Problems printing in Lightroom

    I am a long time user of Lightroom. I am running Lightroom 5 on a Macbook pro, OS10.9.2. In the past, I have often encountered difficulty when using custom paper sizes. Normally I can fix these issues by deleting all of my custom paper user presets, and restarting my computer. Occasionally I have had to shut down and try again in a day or two before the issues have stopped. For the past week, Lightroom prints partial images on my paper even when I set it for standard sizes. None of my usual troubleshooting steps have corrected the issue. I trashed my Lightroom print preferences file as a troubleshooting step, but I am not sure what else to do to correct the problem. I have been having to export my images and print them from Photoshop in order to get work done. Does anyone have any suggestions?

    What printer? What driver? Was the driver installed AFTER 10.9.2 or before?
    Mavericks has been know to cause issues for drivers and installations made before upgrading to Mavericks. How you arrive at your current print driver makes a difference...
    Suggestion is to delete the installed printer, download the most recent drive (ideally specifically stated to be Mavericks compatible).
    If that doesn't work you may need to do a more drastic measure of a complete reset of the Print & Fax settings...

  • 802.1x MAB with Microsoft NPS ieee802Device object group

    Hi,
    according to http://www.cisco.com/en/US/prod/collateral/iosswrel/ps6537/ps6586/ps6638/config_guide_c17-663759.pdf (MAC Authentication Bypass Deployment Guide as of May 2011), when you use Microsoft NPS, you cannot simply add MAC-Adresses as Active Directory user objects if your domain has strict password enforcement policies (because passwords are not allowed to match usernames under that circumstances). The guide mentions the use of the 'ieee802Device' class that is build into Windows Server 2003R2 and above. I have tried to get this working (with no success...), unfortunately I did not find any guidelines on the web how to accomplish this. What I did so far was:
    - Created a new structural class"myieee802Device", based on the abstract class "ieee802Device"
    - Created a new OU "ethers" in AD
    - Created a simple objekt by means of an ldifde.exe import
    dn: CN=001b21******,OU=ethers,DC=dot1x,DC=com
    changetype: add
    objectClass: myieee802Device
    cn: 001b21******
    macAddress: 00:1b:21:**:**:**
    When I trigger 802.1x authentication at a supplicant, NPS does not find the device (MAC-Address) in AD.
    Has anybody got this running so far?
    Stefan

    Stefan,
    Many thanks for your reply. in my test environment, what I have encountered is:
    1. I created the user account and used the mac address as account and password, which can access into the AD.
    2. I enabled the function of  MD5-Challenge  in Windows 2008 R2 NPS server. pls refer the link:
    http://social.technet.microsoft.com/Forums/en/winserverNAP/thread/e801bdac-9347-4efb-9d7c-bcf4d64aa927
    3. Created the network policy, which use the  MD5 as the EAP type, and select PAP as the authentication method.
    4. Enable the 802.1x and MAB function in the port of cisco 3750.
    by test, 802.1x works fine, but when  I try to let it authenticate with MAB, got the below error in NPS event log:
    Network Policy Server denied access to a user.
    Contact the Network Policy Server administrator for more information.
    User:
        Security ID:            QBBB\002622c997ff
        Account Name:            002622c997ff
        Account Domain:            QBBB
        Fully Qualified Account Name:    qbbb.net/Sales/002622c997ff
    Client Machine:
        Security ID:            NULL SID
        Account Name:            -
        Fully Qualified Account Name:    -
        OS-Version:            -
        Called Station Identifier:        3C-DF-1E-C6-48-13
        Calling Station Identifier:        00-26-22-C9-97-FF
    NAS:
        NAS IPv4 Address:        10.197.40.2
        NAS IPv6 Address:        -
        NAS Identifier:            -
        NAS Port-Type:            Ethernet
        NAS Port:            50219
    RADIUS Client:
        Client Friendly Name:        Wired
        Client IP Address:            10.197.40.2
    Authentication Details:
        Connection Request Policy Name:    Secure Wired (Ethernet) Connections
        Network Policy Name:        Connections to other access servers
        Authentication Provider:        Windows
        Authentication Server:        QINGXXX1.QBBB.net
        Authentication Type:        PAP
        EAP Type:            -
        Account Session Identifier:        -
        Logging Results:            Accounting information was written to the local log file.
        Reason Code:            65
        Reason:                The Network Access Permission setting in the dial-in properties of the user account in Active Directory is set to Deny access to the user. To change the Network Access Permission setting to either Allow access or Control access through NPS Network Policy, obtain the properties of the user account in Active Directory Users and Computers, click the Dial-in tab, and change Network Access Permission.
    Just for you reference and hope can get you help, thanks a lot!
    --Scott

  • HT2481 photo printing from iPhoto

    In iPhoto when I want to print a photo using glossy photo paper how do I get the presets to include this type of paper?
    Presets only show  4 paper choices related to photo on Matte paper & photo on phot paper

    Paper type is not an iPhoto selection but a printer selection and depends on you printer driver. The printer secific selections are in the last print screen - if they are nit there click on the light grey triangle to the right of the printer name on that screen
    LN

  • 2003 server van & radius

    Is it possible to have a windows 2003 computer to use the NetWare 6.5 radius
    for it's van authentication? I have tried to get this to work but I get the
    following error from the Radius screen:
    [2004-12-21 05:52:18 PM] Access Rejected
    10.1.1.138, wtg, RADIUS error (-803)
    I have downloaded the NTRadPing Test Utility from the cool tools site and I
    am able to authenticate just fine using it. Am I just missing something
    simple? Any help is appreciated.
    Waylon Grange
    Network Administrator
    Snow, Christensen & Martineau
    10 Exchange Place, Eleventh Floor
    Salt Lake City, UT 84101
    (801) 322-9237
    [email protected]

    I'm not sure what you mean by "van authentication." What you're asking might
    be possible, but it depends on the type of authentication you're trying to
    do. Novell RADIUS supports both the PAP and CHAP authentication protocols,
    but does not support MS-CHAP or EAP. EAP is typically used by 802.1x
    devices. CHAP can be used in place of MS-CHAP in most situations, unless
    doing PPTP.
    Error -803 is "RADIUS attribute not found." This means that you're probably
    trying to do an MS-CHAP or EAP authentication. The RADIUS server cannot find
    a PAP or CHAP attribute in the access-request packet and therefore returns
    this error. If you can, configure the entity sending the RADIUS packets to
    do either a PAP or CHAP authentication. Note that if you decide to use CHAP,
    then you will will need to configure the Simple Password method in your
    RADIUS login policy.
    >>> Waylon Grange<[email protected]> 12/27/2004 10:10 AM >>>
    Is it possible to have a windows 2003 computer to use the NetWare 6.5
    radius
    for it's van authentication? I have tried to get this to work but I get the
    following error from the Radius screen:
    [2004-12-21 05:52:18 PM] Access Rejected
    10.1.1.138, wtg, RADIUS error (-803)
    I have downloaded the NTRadPing Test Utility from the cool tools site and I
    am able to authenticate just fine using it. Am I just missing something
    simple? Any help is appreciated.
    Waylon Grange
    Network Administrator
    Snow, Christensen & Martineau
    10 Exchange Place, Eleventh Floor
    Salt Lake City, UT 84101
    (801) 322-9237
    [email protected]

  • Who gets the dACL in ISE for this????

    I have an access ports with voice ports. Which traffic gets the dACL? Is it the data the voice, or both? What if the PC is getting it's IP through the phone switch? Currenly I have dACL's for both traffic, but I started thinking and I was not sure. By the way my Cisco IP phones in 1.2 show a very high amount of repeat auth counts....like 2-3k in a few hours...WTF?
    Thanks for any suggestions.

    Hi
    FYI,
    An authentication policy consists of the following:
    • Network Access Service—This service can be one of the following:
    – An allowed protocols service to choose the protocols to handle the initial request and protocol
    negotiation.
    – A proxy service that will proxy requests to an external RADIUS server for processing.
    • Identity Source—An identity source or an identity source sequence to be used for authentication.
    After installation, a default identity authentication policy will be available in Cisco ISE that will be used
    for authentications. Any updates to the authentication policy will override the default settings.
    The following is a list of protocols that you can choose while defining your authentication policy:
    • Password Authentication Protocol (PAP)
    • Protected Extensible Authentication Protocol (PEAP)
    • Microsoft Challenge Handshake Authentication Protocol Version 2 (MS-CHAPv2)
    • Extensible Authentication Protocol-Message Digest 5 (EAP-MD5)
    • Extensible Authentication Protocol-Transport Layer Security (EAP-TLS)
    • Extensible Authentication Protocol-Flexible Authentication via Secure Tunneling (EAP-FAST)
    • Protected Extensible Authentication Protocol-Transport Layer Security (PEAP-TLS)
    By default, the identity source that Cisco ISE will look up for user information is the internal users
    database.

  • Cisco ACS - HOW ARE INTERNAL USER'S RESTRICTED IN THEIR ACCESS TO RESOURCES

    Does anyone have any insight into this process. Please advise.

    Hi Eduardoaliaga,
    I believe that when we are using PAP as the authentication protocol, the ACS is able to strip the domian prefix. However, my side is using the PEAP MsChapv2 as the authentication protocol and I believe that the TLS tunnel is prevent the ACS from stripping the domain prefix/sufix. Thus, I have also posted another discussion on the issue of when the authentication protocol of PEAP MsChapv2 is used, ACS is not able to strip the domain prefix/sufix. Thus, would you be also able to advice on if that is correct. Please refer to the links below.
    1) https://supportforums.cisco.com/thread/2061835
    2) http://www.cisco.com/en/US/docs/net_mgmt/cisco_secure_access_control_system/5.3/user/guide/eap_pap_phase_ps9911_TSD_Products_User_Guide_Chapter.html#wp1031191
    3) https://supportforums.cisco.com/message/3581951#3581951
    Thks and Rgds

Maybe you are looking for