OSB: [Security: 090302] authentication failed: user... Jim

Hi all

I'm trying to set up my OSB so I can protect a Web service by using certificates.

The problem is that when I add the security policies at the service of my proxy, I get the following error when you test the service proxy (although the sbconsole):

Impossible to derive the token.javax.security.auth.login.FailedLoginException topic: [Security: 090304] authentication failed: user - Cert Test javax.security.auth.login.FailedLoginException company: [Security: 090302] authentication failed: user - Cert denied test company

I used a few other posts in this forum to implement my wls and osb. For example How to call the service https OSB and how the CERT CN to the principal of ejb SessionContext?

This means that I put the keys, ssl, defaultAuthenticator, defaultIdentityAsserter, enabled X.509 file, set suppliers etc.

My key file contains 2 sets of key public and private keys and therefore should also be ok.

Has anyone else had the same error after configuring their servers of wls and osb?

Thank you

William

You have configured the default user name Mapper in the affirmation of identity by default to use the certificate CN as the mapped user, [Company - Cert Test is the CN name in the certificate] you will also need to create a user weblogic with the same name as the attribute certificate mapped... Check if you have done the steps as shown here:
Re: How the proxy service can get the client certificate in Oracle Service Bus

Tags: Fusion Middleware

Similar Questions

  • javax.security.auth.login.FailedLoginException: [Security: 090302] authentication failed: user specified user refused

    Hi guys.

    I have been working on this now for a few days and still not got that right. I'm trying to implement JAAS custom authentication provider.

    To do this, I created a jar file and place it under WebLogic\wlserver\server\lib\mbeantypes\. Provider shows everything by creating the new Kingdom, so that's good.

    I created the new Kingdom (webRealm) and changed web.xml to get the inside webRealm:

    <>login-config

    FORM < auth-method > < / auth-method >

    < domain name > webRealm < / realm-name >

    < form-login-config >

    Login.jsp < form-login-page > < / form-login-page >

    LoginError.jsp < form-error-page > < / form-error-page >

    < / form-login-config >

    < / login-config >

    webRealm default security model: is DDOnly.

    Here is the configuration of domain:

    < domain >

    " < sec: authentication - provider xmlns:sam = ' http://www.BEA.com/ns/90/WebLogic/security/samples "xsi: type =" sam:db - user-authenticatorType "> ".

    < sec: name > serenadeAuth < / sec: name >

    < sec: control - flag > REQUIRED < / sec: control - flag >

    < / sec: authentication - provider >

    " < sec: role - Mapper = xmlns:xac ' http://xmlns.Oracle.com/WebLogic/security/XACML "xsi: type =" xac:xacml - role-mapperType "> ".

    < sec: name > XACMLRoleMapper < / sec: name >

    < sec: role - deployment-enabled > true < / sec: role - deployment-enabled >

    < / sec: role - Mapper >

    " < sec: authorizer = xmlns:xac ' http://xmlns.Oracle.com/WebLogic/security/XACML "xsi: type =" xac:xacml - authorizerType "> ".

    < sec: name > XACMLAuthorizer < / sec: name >

    < sec: policy - deployment-enabled > true < / sec: policy - deployment-enabled >

    < / sec: authorizer >

    < sec: adjudicator xsi: type = "wls:default - adjudicatorType" >

    < sec: name > DefaultAdjudicator < / sec: name >

    < / sec: adjudicator >

    < sec: credential - Mapper xsi: type = "wls:default - credential-mapperType" >

    < sec: name > DefaultCredentialMapper < / sec: name >

    < sec: credential - mapping-deployment-enabled > true < / sec: credential - mapping-deployment-enabled >

    < / sec: credential - Mapper >

    < sec: cert - path-provider xsi: type = "wls:web - logic-cert-path-providerType" >

    < sec: name > WebLogicCertPathProvider < / sec: name >

    < / sec: cert - path-supplier >

    < sec: cert - road-builder > WebLogicCertPathProvider < / sec: cert - road-builder >

    < dry: use-locking-manager >

    < sec: lockout - active > false < / sec: lockout - active >

    < / dry: use-locking-manager >

    < s: deploy-role-ignored > false < / sec: deploy-role-ignored >

    < s: deploy-strategy-ignored > false < / sec: deploy-strategy-ignored >

    < s: deploy-credential-mapping-ignored > false < / sec: deploy-credential-mapping-ignored >

    < s: entirely delegate-permission-> true < / dry: completely delegate-permission->

    < sec: security - dd-model > DDOnly < / sec: security - dd-model >

    < s: handset-role-mapping-activated > false < / sec: handset-role-mapping-enabled >

    < sec: name > serenadeRealm < / sec: name >

    < sec: delegate - m-bean-authorization > false < / sec: delegate - m-bean-authorization >

    < s: deployable-provider-synchronization-enabled > false < / sec: deployable-provider synchronization-compatible >

    < sec:auto-restart-on-non-dynamic-changes > true < /sec:auto-restart-on-non-dynamic-changes >

    < s: retirement-timeout-seconds > 60 < / sec: retirement-timeout-seconds >

    < / domain >

    Please note that by default realm is myrealm.

    When I try to login, I get following exception:

    < 30 November 2015 14:25:49 EST > < Debug > < SecurityAtn > < EKAMOLID-US > < myserver > < ExecuteThread [ASSETS]: '7' for the queue: "(self-adjusting) weblogic.kernel.Default" > < < WLS Kernel > > < 64905dec-c109-4df8-8f2a-7dd696508bc9-0000002f > <>< 1448911549362 > < [gravity-value: 128] [RID: 0] [partition id: 0] [name of the partition: DOMAIN] > < BEA-000000 > < javax.security.auth.login.FailedLoginException : [Security: 090302] authentication failure: specified by the user the user refused

    at weblogic.security.providers.authentication.LDAPAtnLoginModuleImpl.login(LDAPAtnLoginModuleImpl.java:343)

    to com.bea.common.security.internal.service.LoginModuleWrapper$ 1.run(LoginModuleWrapper.java:117)

    at java.security.AccessController.doPrivileged (Native Method)

    at com.bea.common.security.internal.service.LoginModuleWrapper.login(LoginModuleWrapper.java:114)

    at sun.reflect.GeneratedMethodAccessor1698.invoke (unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    at java.lang.reflect.Method.invoke(Method.java:497)

    at javax.security.auth.login.LoginContext.invoke(LoginContext.java:755)

    to javax.security.auth.login.LoginContext.access$ 000 (LoginContext.java:195)

    to javax.security.auth.login.LoginContext$ 4.run(LoginContext.java:682)

    to javax.security.auth.login.LoginContext$ 4.run(LoginContext.java:680)

    at java.security.AccessController.doPrivileged (Native Method)

    at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:680)

    at javax.security.auth.login.LoginContext.login(LoginContext.java:587)

    at com.bea.common.security.internal.service.JAASLoginServiceImpl.login(JAASLoginServiceImpl.java:113)

    at sun.reflect.GeneratedMethodAccessor1696.invoke (unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    at java.lang.reflect.Method.invoke(Method.java:497)

    to com.bea.common.security.internal.utils.Delegator$ ProxyInvocationHandler.invoke (Delegator.java:64)

    to com.sun.proxy. $Proxy48.login (unknown Source)

    to weblogic.security.service.internal.WLSJAASLoginServiceImpl$ ServiceImpl.login (WLSJAASLoginServiceImpl.java:92)

    at com.bea.common.security.internal.service.JAASAuthenticationServiceImpl.authenticate(JAASAuthenticationServiceImpl.java:83)

    at sun.reflect.GeneratedMethodAccessor1700.invoke (unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    at java.lang.reflect.Method.invoke(Method.java:497)

    to com.bea.common.security.internal.utils.Delegator$ ProxyInvocationHandler.invoke (Delegator.java:64)

    to com.sun.proxy. $Proxy67.authenticate (unknown Source)

    at weblogic.security.service.WLSJAASAuthenticationServiceWrapper.authenticate(WLSJAASAuthenticationServiceWrapper.java:40)

    at weblogic.security.service.PrincipalAuthenticatorImpl.authenticate(PrincipalAuthenticatorImpl.java:349)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    at java.lang.reflect.Method.invoke(Method.java:497)

    at weblogic.security.service.ServiceHandler.invoke(ServiceHandler.java:55)

    to com.sun.proxy. $Proxy77.authenticate (unknown Source)

    to weblogic.servlet.security.CSSServletSecurityServices$ CSSApplicationServices.authenticate (CSSServletSecurityServices.java:318)

    at weblogic.servlet.security.internal.AbstractAppSecurity.authenticateAndSaveCredential(AbstractAppSecurity.java:63)

    at weblogic.servlet.security.internal.SecurityModule.checkAuthenticate(SecurityModule.java:313)

    at weblogic.servlet.security.internal.SecurityModule.checkAuthenticate(SecurityModule.java:260)

    at weblogic.servlet.security.internal.FormSecurityModule.processJSecurityCheck(FormSecurityModule.java:261)

    at weblogic.servlet.security.internal.FormSecurityModule.checkUserPerm(FormSecurityModule.java:198)

    at weblogic.servlet.security.internal.FormSecurityModule.checkAccess(FormSecurityModule.java:96)

    at weblogic.servlet.security.internal.SecurityModule.isAuthorized(SecurityModule.java:712)

    at weblogic.servlet.security.internal.WebAppSecurity.checkAccess(WebAppSecurity.java:576)

    at weblogic.servlet.security.internal.WebAppSecurity.checkAccess(WebAppSecurity.java:536)

    at weblogic.servlet.internal.WebAppServletContext.doSecuredExecute(WebAppServletContext.java:2369)

    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2280)

    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2258)

    at weblogic.servlet.internal.ServletRequestImpl.runInternal(ServletRequestImpl.java:1626)

    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1586)

    to weblogic.servlet.provider.ContainerSupportProviderImpl$ WlsRequestExecutor.run (ContainerSupportProviderImpl.java:270)

    at weblogic.invocation.ComponentInvocationContextManager._runAs(ComponentInvocationContextManager.java:348)

    at weblogic.invocation.ComponentInvocationContextManager.runAs(ComponentInvocationContextManager.java:333)

    at weblogic.work.LivePartitionUtility.doRunWorkUnderContext(LivePartitionUtility.java:54)

    at weblogic.work.PartitionUtility.runWorkUnderContext(PartitionUtility.java:41)

    at weblogic.work.SelfTuningWorkManagerImpl.runWorkUnderContext(SelfTuningWorkManagerImpl.java:617)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:397)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:346)

    >

    The problem is why the system tries to use LDAPAtnLoginModuleImpl when webRealm it does not use for the supplier?

    My client provider is not called at all, I know that because I put System.out.print () messages in there to see if it goes off.

    No idea why weblogic does not use my custom (webRealm) area?

    Thank you.

    webRealm configuration in the web.xml file has no effect on the authentication process with WLS.

    You can create your authentication provider in the default domain itself.

    Make sure that your custom authentication works.

    Also change the default authenticator control indicator and your authenticator personalized sufficient / option so that even wls default users can connect to the console of wls.

    You can see my article for more details on the custom authenticator.

    http://WebLogic-wonders.com/WebLogic/2014/01/14/simple-sample-custom-database-authenticator-Oracle-WebLogic-Server-11g/

    Hope you found my answer helpful.

    Thank you

    Faisal

  • With Cisco Secure ACS for Windows GANYMEDE +, authentication fails with AD

    I'll put up a Cisco Secure ACS 4.2 server to act as a RADIUS server for switches and routers I use Windows 2003 server for the candidate countries.
    and an Active Directory of Windows 2003 server.  The ad server is very good, it is used for many other things.

    I've implemented ACS as defined nit it installation guide, including all the steps in the "Member Server" section of the installation guide
    When you use AD as an external database (e.g. setting up services to run with a domain administrator account, set up a machine called "CISCO"
    on the field, etc.).

    I've set the unknown user policy to use the database of Windows, if the internal database does not contain the details of the user.

    If I add a user to the internal database, authentication goes through fine, with an entry in the journal "Authentication," spent

    02-24-2010, 05:07:03, authentic failed, eXXXX, Network Administrators (NDG), X.X.X.X, (default), internal error, (get the internal error error message)

    I scoured google etc and just cannot come up with any reason why this should be the case.
    I followed all of the installation to the letter guides.  I need to get this up and running as soon as possible,
    so am eager to know if someone can help me with this one!

    Thanks and greetings

    Sharan

    George,

    Internal error is fairly generic, but a common situation, we see this error is when ACS is installed on a

    64-bit computer.  ACS would not work with the active Manager when it is installed on the 64-bit before machines

    ACS 4.2.1.

    -Jesse

  • The ISE - user not found internal user authentication failed

    Salvation of the Forumers

    I try to make wireless 802. 1 x, where the identity store using the internal users.

    But I got this error message when I try to connect

    Authentication failed                                                                                 :

    22056 object was not found in the identity of the point of sale

    My authrorization rules is built like that

    identity groups = user identity group / "mygroup".

    condition = no setting

    Permissions = standard / PermitAccess

    Question 1

    Any troubleshooting step to do about it?

    Question 2

    For authorization rules, what is the condition put to use internal user as the identity store?

    Thank you

    Noel

    The error is due to an authentication failure and is not a problem with authorization

    You must watch your authentication (policy-> authentications) and see what storage of identity has been authenticated against

    Moreover can do authentications Live page (monitor-> authentications) and to record failure, click the icon under details. This will give you details of the request processing and you can see what rule was accompanied in the politics of identity (matching political identity rule) and "banks chosen identity.

  • TimesTen - 7001: user authentication failed when using XLA

    I installed TimesTen 11.2.1.8.0 on AIX 5.3 System.* user 'oracle '. I created another user of the application 'risk' to use in my application with TimesTen.

    When running my application with the user 'risk' to connect with TimesTen it is OK. But when I want to use the XLA feature, when I call the createDurableSubscriber function, it returns the error

    javax.jms.JMSException: failure of SQLDriverConnect (XlaCommon.c, line 48): S1000 7001 [TimesTen] [driver ODBC of TimesTen 11.2.1.8.0] TT7001 [TimesTen]: user authentication failed - file "db.c", lineno 9722, procedure 'sbDbConnect '.

    It is strange that if I switch to user 'oracle', it works fine.

    Can someone please help understand the reason why.

    Thank you

    You created the user 'at risk' within your TimesTen database?

    CREATE a USER risk IDENTIFIED BY 'some password'?

    You granted the privilege of the user risk to use XLA?

    XLA GRANT at risk;

    Have you used this user name and password in the JDBC URL when connecting to the database application JMS/XLA?

    The 'oracle' user is probably your admin user of the instance (which is the database root) and therefore can use all the features without special action (but of course you never run application as that user).

    Chris

  • Single Sign on authentication failed with error [user: username is found, but]

    Hello

    URGENT:

    One user is trying to connect to Essbase by Excle worksheet. To connect in Essbase, this user who connects to the network using the VPN connection. I suspect that this question arises because of an invalid password, but the user claiming that password is correct. When I checked the user information in Essabase, he gave an external authentication that is valid.

    Please help me on this issue. What should go wrong with this user?

    * Single Sign on authentication failed with error [user: username found, but could not authenticate] *.

    Thanks again for your help.

    Kind regards
    UB.

    If essbase uses an external authentication as MSAD, you can get the password changed at the level of the AD by someone who takes care of the administration.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Satellite A100-496: WLan authentication failed because of incorrect password

    Friends,

    I use Intel PROSet Wireless user interface to connect to my wireless router.
    Because of this process, I have disabled my windows for wireless control configuration.

    However, despite the use of the property of device correct password and the password, I am unable to connect to my WiFi router.

    I get an error stating
    * "Authentication failed because of incorrect security password." *

    I use the same password key to connect wirelessly through my other laptops, and they work fine...

    I can't find the reason for this failure of authentication...
    All the world is facing a similar problem?

    Is there a way I can allow windows to control my authtication rather than Intel PRO Wireless...

    Please guide me...

    Kind regards
    Dhiraj Shetty

    Hello

    Again activate the Windows configuration and use Windows WLAN options to configure WLAN connectivity. To be honest, using Intel PROSet, this should work too.
    Try to remove the protection of password on your router for a moment and test the connectivity. To be honest, I'm sure that there is something wrong with the settings of your laptop.

    By the way: what operating system do you use?

  • 0x8000CCCDF error AUTHENTICATION FAILED when sending or receiving gmail via Windows Live Mail

    How to fix error 0x8000CCCDF

    When I open Windows Live mail, I get... Can't send or receive messages for the Gmail accoune (mymail). (1) account

    Download header for the 'BBY' folder did not complete. The operation was cancelled by the user. (for now, I have no "BBY" in Favorites or elsewhere)

    {The server response: AUTHENTICATION FAILED} ivalid certificate {break}

    Server: 'imap'. gmail.com

    WindowsLiveMail ID: 0x8000CCCDF

    Protocol: IMAP

    Port: 993

    Secure: (SSL) Yes

    I also get a pane open asking me to confirn login, and when I get the pw and email, the response "not recognized".

    I have already created a new restore point and the problem persists. Please notify.

    Vista-IE8 32

    Thank you

    PS, am aware of this site being offline may 20, 2011, I've waited this long, a few days will be okay... I don't have a job in any case. : ()

    Hi place Diago,.

    The question posted here, it fits better the following forum

    http://windowslivehelp.com/product.aspx?ProductID=15

  • vWLC 802.1 x NPS authentication fails

    Hi guys,.

    I hope someone can help me with the following problem, I am confronted with...

    I have a vWLC 7.3 deployed in our HQ site running.

    At Headquarters, we have a deployed W2k8 R2 NPS to works very well for VPN, router and switch authentication

    In a few remote branch offices that are connected to HQ on DMVPN, we have a couple of 3500 flexconnect with local switching mode.

    These AP register very well through the VPN link to the vWLC.

    We have deployed several SSID that is related to groups of AP.

    All SSIDS that use WPA2 with PSK works very well

    Failure of all SSIDS that use WPA2 with 802. 1 x

    The security settings for the default SSID are:

    Policy of WPA2

    WPA2 AES encryption

    Human key 802. 1 x

    AAA server is pointing to the NPS for Auth and accounting right

    Ray crush IF is disabled

    The parameters of the NPS are:

    Conditions:

    Group Win: DOMAIN\Groupxx

    NAS Port Type: Wireless - IEEE 802.11

    Parameters:

    EAP Conf: configured

    Access Perm: granted

    The EAP method: MS PEAP

    AUTH method: EAP

    NAP enforcement: allows full access

    Update not complient: true

    Type of service: Login

    When a laptop (Mac os 10.8) attempts to connect to an SSID 802.1 x it requests a username and passwd.

    Domain\user using + passwd the client tries to authenticate to a couple of times and fails

    On the vWLC I see trap:

    AAA for UserName authentication failure: user user Type: USER WLAN

    I see to the NPS:

    Access denied to user network policy server.

    Contact the server administrator to strategy network for more information.

    User:

    Security ID: domain\user

    Account name: user

    Account domain: DOMAIN

    Fully qualified name of the account: dom.com/OU/OU/OU/USER full name

    Client computer:

    Security ID: NULL SID

    Account name: -.

    Full account name: -.

    OS version: -.

    Called Station identifier: 34-a8-4e-70-0b-90:test.sec

    Calling the Station identifier: 10-40-f3-8f-ac-62

    NAS:

    NAS IPv4 address: IP vWLC

    NAS IPv6 address: -.

    NAS identifier: VWLC001

    NAS Port Type: Wireless - IEEE 802.11

    NAS Port:                              1

    RADIUS client:

    Friendly name of the customer: vWLC001

    IP address of the client: IP vWLC

    Information about authentication:

    Connection request policy name: Windows authentication for all users use

    Network policy name: Cisco WiFi

    Authentication provider: Windows

    The authentication server: Server NPS FQDN

    Authentication type: PEAP

    EAP Type:                              -

    Identifier for account: -.

    Results of logging: Accounting Information was written in the local log file.

    Reason code: 23

    Reason: An error occurred when using the NPS of the EAP (Extensible Authentication) protocol server. Check the logs for errors of the EAP EAP.

    I hope someone can point me in the right direction.

    See you soon,.

    JP

    EAP-PEAP requires a certificate on the side server.

    This certificate is used to construct the SSL tunnel.

    Could please check if the server certificate is installed and valid.

    If the certicate on the NPS is installed properly, you must activate the following debugging

    Debug dot1x aaa

    Debug dot1x events

    Debug dot1x packages

    Use a client to connect to the 802. 1 x active SSID.

    Send debug logs.

    Thank you

    Victor

  • Need to implement the alternative login if Kerberos authentication fails.

    Need to implement the alternative login if Kerberos authentication fails.

    In our case, we are sure that Kerberos will fail because we allow agencies 'B' to access this application of reliable source.

    Kerberos fails and the application should display the name of user and password page and then authenticate.

    In the web.xml file changed auth method basic with Kerberos, set up successfully.

    'A' agency users can make successful Kerberos SSO. But when an agency "B" SSO access will fail with 401 and the application appears pop base with the name of user and password fields.

    When the user provides the details and present application returns 401 again. not able to go beyond these steps.

    Please provide your inputs.

    can you please enable security ATN debug and share the newspapers?

    Who will be telll us why the authentication will fail.

    Replace the CLIENT-CERT, BASIC authentication method in the web.xml and try.

    What is the default authenticator control indicator? I think that its just / optional.

    -Faisal

  • mutual authentication failed in the emv card.

    I try to send the STORE_Data command on my EMV card to store values of the IMB. Here, I got a document that describes the APDU command to install and customize the application EMV on JCOP 2.4.1 revision 3.

    Here, in the document, command sequence is similar-

    SELECT
    INITIALIZE UPDATE
    EXTERNAL AUTHENTICATION
    STORE DATA FOR DGI
    ...
    ...
    STORE DATA FOR DGI.
    
    

    Line written in this Document is - "securitythe key value of the issuer field (encryption, MAC and key encryption key): 404142434445464748494a4b4c4d4e4f." and the value of the sequence counter 0


    I just downloaded GPSHELL 1.4.4 and try to run the following script:-

    mode_211
    enable_trace
    establish_context
    card_connect
    select -AID A000000003000000
    open_sc -security 1 -keyind 0 -keyver 0 -mac_key 404142434445464748494a4b4c4d4e4f -enc_key 404142434445464748494a4b4c4d4e4f // Open secure channel
    card_disconnect
    release_context
    
    
    

    and I got the output as:

    D:\users\Amitp\My Documents\Downloads\GPShell-1.4.4\GPShell-1.4.4>GPShell.exe he
    lloInstalll.txt
    mode_211
    enable_trace
    establish_context
    card_connect
    select -AID A000000003000000
    Command --> 00A4040008A000000003000000
    Wrapped command --> 00A4040008A000000003000000
    Response <-- 6F658408A000000003000000A5599F6501FF9F6E06479100783300734A06072A864
    886FC6B01600C060A2A864886FC6B02020101630906072A864886FC6B03640B06092A864886FC6B0
    40215650B06092B8510864864020103660C060A2B060104012A026E01029000
    open_sc -security 1 -keyind 0 -keyver 0 -mac_key 404142434445464748494a4b4c4d4e4
    f -enc_key 404142434445464748494a4b4c4d4e4f // Open secure channel
    Command --> 80CA006600
    Wrapped command --> 80CA006600
    Response <-- 664C734A06072A864886FC6B01600C060A2A864886FC6B02020101630906072A864
    886FC6B03640B06092A864886FC6B040215650B06092B8510864864020103660C060A2B060104012
    A026E01029000
    Command --> 8050000008FB3EE9FE0812ABFF00
    Wrapped command --> 8050000008FB3EE9FE0812ABFF00
    Response <-- 0000322000186396921901020000CEBCF3A2D47130C736B6480E4DD59000
    mutual_authentication() returns 0x80302000 (The verification of the card cryptog
    ram failed.)
    
    

    Why is this authentication failed here? To send the command to store I must past this control. any suggestion / idea help me out of this error.

    Thanks in advance...

    I can reproduce the cryptogram of the map with my tool

    KeyDiv : 00 00 32 20 00 18 63 96 92 19
    KeyInfo : 01 02

    SequenceCounter: 00 03

    CardChallenge: 70 73 2 c F3 B5 DB

    CardCryptogram: 77 3B 2D 91 35 F6 ED B4

    Last 6 bytes of KEYDATA: 00 18 63 96 92 19

    Entrance to the triple of the 18 ECB:00 63 96 92 19 02 00 18 63 96 92 19 0F 02 F0

    generated kmac: 63 59 D2 9 63 B8 6 b 1 91 68 F4 3 C 4 b 27 F6 AD to

    Last 6 bytes of KEYDATA: 00 18 63 96 92 19

    Entrance to the triple of the 18 ECB:00 63 96 92 19 F0 01 00 18 63 96 92 19 0F 01

    generated kenc: 11 CB 6 b 70 AB E0 5F B1 23 D6 22 88 38 EB 3A E1

    Last 6 bytes of KEYDATA: 00 18 63 96 92 19

    Entrance to the triple of the 18 ECB:00 63 96 92 19 03 00 18 63 96 92 19 03 0F F0

    generated ENCs: 21 DC A5 B4 b 21 17 47 72 02 77 4, 58 F3 EB 6 b 8,

    Session CNTC: 6a B9 66 F2 B2 8F 11 49 31 FE 5F 77 04 0E B4 A5

    Session of the CCMC: C4 F0 42 64 F4 BD 2 8 BEING 52 06 1st FF 1 has 00 4F

    Session RMAC: F7 2 b 72 74 and 74 82 15 6 73 67 05 E6 52 17 B6 E5

    Session ENCS: E3 90 86 E6 F8 8F 58 BB D0 77 A2 0E 0E CF 9 d B2

    Calculated Card Crypto: 77 3B 2D 91 35 F6 ED B4

    Now ext authenticate.

    Cryptogram of the calculated host: FD 89 A6 AB 1 b 6 06 E1

    APDU to wrap: 80 82 01 00 08 FD 89 A6 AB 1 b 6 06 E1

    Your cryptogram of the host is very GOOD, but the MAC is not!

    The cryptogram is done with Kenc

    the MAC is made with Kmac

    Here's how: this method can be used for any APDU after ext authenticate

    block length: 3

    Apdu using updated MAC calculation

    entrance to the SCP02 C - mac calculation: 84 82 01 00 10 FD 89 A6 AB 1 b 6 06 80 00 00 E1

    Ext-AUTH: 84 82 01 00 10 FD 89 A6 AB 1 b 6 06 AC 32 6 a 86 3 a DC C8 DF E1

    I read your message:

    1. -------------------------------
    2. mac session key generation
    3. ------------------------------
    4. KENC: = DES3 (KMC) [00 18 63 96 92 19 02 F0] | DES3 (KMC) [00 18 63 96 92 19 0F 02]
    5. = 6359D29C63B86B1A 9168F43C4B27F6AD

    I agree, the KMAC is correct, even if you named KENC

    At this point, the ICV is zero

    The mac algorithm is MAC final retail (single with final MAC of triples)

    Make sure that you do not mix the key pieces to use for the only part OF THE, here, it should be C4 42 F0 64 F4 BD 2 8.

    Also make sure that you calculated the MAC with the CCMC, not the MAC KEY DERIVED SESSION KEY because I think that you did!

  • vCenter does not start after the upgrade from 5.1 5.1 U1b (UNIQUE authentication failed)

    Hello

    We have upgrade to vCenter Server (build 880146) 5.1.0a to vCenter Server 5.1. U1b and now vcenter service does not start

    This is the log:

    2013 10-21 T 10: 58:40.221 + 02:00 [02800 info '[OSP]'] [UserDirectorySso] GetUserInfo (Administrators, true)

    2013 10-21 T 10: 58:40.221 + 02:00 [02800 info "[OSP] [SsoAdminFacadeImpl]"] [GetDomains]

    2013 10-21 T 10: 58:40.252 + 02:00 [02800 info "[OSP] [SsoAdminFacadeImpl]"] [LazyInitAdmin] initialization

    2013 10-21 T 10: 58:40.252 + 02:00 [02800 info "[OSP] [SsoAdminFacadeImpl]"] [InitSsoAdminServices]

    2013 10-21 T 10: 58:40.252 + 02:00 [02800 info "[OSP] [SsoAdminFacadeImpl]"] [CreateAdminSsoServiceContent] try to connect to the administration of the SSO server.

    2013 10-21 T 10: 58:40.330 + 02:00 [02800 info "[OSP] [SsoAdminFacadeImpl]"] [InitSsoAdminServices] successfully.

    2013 10-21 T 10: 58:40.330 + 02:00 [02800 info "[OSP] [SsoAdminFacadeImpl]"] [LoginToAdmin]

    2013 10-21 T 10: 58:40.330 + 02:00 [02800 info "[OSP] [SsoAdminFacadeImpl]"] [CheckTokenValidity]

    2013 10-21 T 10: 58:40.330 + 02:00 [02800 info "[OSP] [SsoAdminFacadeImpl]"] [CheckTokenValidity] refreshing SSO token...

    2013 10-21 T 10: 58:40.330 + 02:00 [02800 info "[OSP] [SsoAdminFacadeImpl]"] [RefreshSsoToken]

    2013 10-21 T 10: 58:40.408 + 02:00 [02800 error "[OSP] [SsoAdminFacadeImpl]"] AcquireToken [RefreshSsoToken] exception: failed authentication: authentication failed

    2013 10-21 T 10: 58:40.408 + 02:00 [02800 info '[OSP]'] [UserDirectorySso] GetUserInfo NormalizationException: RemoteGetDomainNames RuntimeServiceFault exception: sso.fault.RuntimeServiceFault

    2013 10-21 T 10: 58:40.408 + 02:00 [02800 error '[OSP]'] [UserDirectorySso] NormalizeUserName AuthException: allow exceptions

    2013 10-21 T 10: 58:40.408 + 02:00 [02800 error '[OSP]'] [UserDirectorySso] GetDefaultPrincipal AuthException: allow exceptions

    2013 10-21 T 10: 58:40.408 + 02:00 [02800 info '[OSP]'] GetDefaultPrincipal(, true) [UserDirectorySso]

    2013 10-21 T 10: 58:40.408 + 02:00 [02800 info '[OSP]'] GetUserInfo(, true) [UserDirectorySso]

    2013 10-21 T 10: 58:40.408 + 02:00 [02800 info "[OSP] [SsoAdminFacadeImpl]"] [GetDomains]

    2013 10-21 T 10: 58:40.408 + 02:00 [02800 info "[OSP] [SsoAdminFacadeImpl]"] [LazyInitAdmin] initialization

    2013 10-21 T 10: 58:40.408 + 02:00 [02800 info "[OSP] [SsoAdminFacadeImpl]"] [InitSsoAdminServices]

    2013 10-21 T 10: 58:40.408 + 02:00 [02800 info "[OSP] [SsoAdminFacadeImpl]"] [CreateAdminSsoServiceContent] try to connect to the administration of the SSO server.

    2013 10-21 T 10: 58:40.439 + 02:00 [02800 info "[OSP] [SsoAdminFacadeImpl]"] [InitSsoAdminServices] successfully.

    2013 10-21 T 10: 58:40.439 + 02:00 [02800 info "[OSP] [SsoAdminFacadeImpl]"] [LoginToAdmin]

    2013 10-21 T 10: 58:40.439 + 02:00 [02800 info "[OSP] [SsoAdminFacadeImpl]"] [CheckTokenValidity]

    2013 10-21 T 10: 58:40.439 + 02:00 [02800 info "[OSP] [SsoAdminFacadeImpl]"] [CheckTokenValidity] refreshing SSO token...

    2013 10-21 T 10: 58:40.439 + 02:00 [02800 info "[OSP] [SsoAdminFacadeImpl]"] [RefreshSsoToken]

    2013 10-21 T 10: 58:40.502 + 02:00 [02800 error "[OSP] [SsoAdminFacadeImpl]"] AcquireToken [RefreshSsoToken] exception: failed authentication: authentication failed

    2013 10-21 T 10: 58:40.502 + 02:00 [02800 info '[OSP]'] [UserDirectorySso] GetUserInfo NormalizationException: RemoteGetDomainNames RuntimeServiceFault exception: sso.fault.RuntimeServiceFault

    2013 10-21 T 10: 58:40.502 + 02:00 [02800 error '[OSP]'] [UserDirectorySso] NormalizeUserName AuthException: allow exceptions

    2013 10-21 T 10: 58:40.502 + 02:00 [02800 info '[OSP]'] GetUserInfo(, true) [UserDirectorySso]

    2013 10-21 T 10: 58:40.502 + 02:00 [02800 info "[OSP] [SsoAdminFacadeImpl]"] [GetDomains]

    2013 10-21 T 10: 58:40.502 + 02:00 [02800 info "[OSP] [SsoAdminFacadeImpl]"] [LazyInitAdmin] initialization

    2013 10-21 T 10: 58:40.502 + 02:00 [02800 info "[OSP] [SsoAdminFacadeImpl]"] [InitSsoAdminServices]

    2013 10-21 T 10: 58:40.502 + 02:00 [02800 info "[OSP] [SsoAdminFacadeImpl]"] [CreateAdminSsoServiceContent] try to connect to the administration of the SSO server.

    2013 10-21 T 10: 58:40.533 + 02:00 [02800 info "[OSP] [SsoAdminFacadeImpl]"] [InitSsoAdminServices] successfully.

    2013 10-21 T 10: 58:40.533 + 02:00 [02800 info "[OSP] [SsoAdminFacadeImpl]"] [LoginToAdmin]

    2013 10-21 T 10: 58:40.533 + 02:00 [02800 info "[OSP] [SsoAdminFacadeImpl]"] [CheckTokenValidity]

    2013 10-21 T 10: 58:40.533 + 02:00 [02800 info "[OSP] [SsoAdminFacadeImpl]"] [CheckTokenValidity] refreshing SSO token...

    2013 10-21 T 10: 58:40.533 + 02:00 [02800 info "[OSP] [SsoAdminFacadeImpl]"] [RefreshSsoToken]

    2013 10-21 T 10: 58:40.595 + 02:00 [02800 error "[OSP] [SsoAdminFacadeImpl]"] AcquireToken [RefreshSsoToken] exception: failed authentication: authentication failed

    2013 10-21 T 10: 58:40.595 + 02:00 [02800 info '[OSP]'] [UserDirectorySso] GetUserInfo NormalizationException: RemoteGetDomainNames RuntimeServiceFault exception: sso.fault.RuntimeServiceFault

    2013 10-21 T 10: 58:40.595 + 02:00 [error 02800 "Default"] cannot add the default permission: user not found

    2013 10-21 T 10: 58:40.595 + 02:00 [error 02800 "Default"] cannot start allow - system has no access rule

    2013 10-21 T 10: 58:40.595 + 02:00 [error 02800 'Default'] [Auth] initialization failed: < class Vmacore::Authorize:AuthException(Authorize_Exception) >

    2013 10-21 T 10: 58:40.595 + 02:00 [02800 error 'authvpxdAuthorize'] could not initialize security

    2013 10-21 T 10: 58:40.595 + 02:00 [02800 WARNING "VpxProfiler"] ServerApp::Start [TotalTime] took ms 27456

    2013 10-21 T 10: 58:40.595 + 02:00 [02800 info 'Default'] judgment of VMware VirtualCenter.

    Hello

    VMware support solve my problem:

    We have seen two issues after the update.

    First of all, there is no user of the solution for the virtual center when I checked the application users with SSO to the webclient service administration page.

    Solve us this problem of repointing Virtual Centre to the next according to the kb SSO instance;

    http://KB.VMware.com/kb/2033620

    1. repoint.cmd configure vc - search server https://vcenter.com:7444/lookupservice/sdk - password "laquesea" - openssl-path of the user "admin@System-Domain"-"C:\Program Files\VMware\Infrastructure\Inventory Service\bin."

    After that, the modules in the vpxd.cfg solution was not properly updated and an operation manual.

    C:\ProgramData\VMware\VMware VirtualCenter\SSL\sso.crt

    vCenterServer_251703

    C:\ProgramData\VMware\VMware VirtualCenter\SSL\sso.key

    Above is the corrected version having replaced "null" with the correct path to the files of certificate and key.

    This allowed vcenter service start successfully.

  • TWO_TASK settings prevents the OS authenticated the user DB

    Hi all
    I am facing problem while connecting to an OS authenticated database user.
    I install an application that a first affects the TWO_TASK parameter in the name of the database (e.g. TWO_TASK = DMDB. Here DMDB is also ORACLE_SID) then attempts to connect to the database with a user (say appuser) which is externally authenticated by the operating system.
    But the connection fails with an error:

    *****
    ERROR:
    ORA-01017: name of user and password invalid. connection refused


    SP2-0751: unable to connect to Oracle. Exit SQL * more

    ******

    I'm working on SunOS and Oracle db is 9iR2.

    Also note that authenticated users are still able to connect.
    This user (appuser) is created by the application itself as an external user and therefore cannot be changed. And in this scenario, TWO_TASK variable cannot be disabled.

    Help, please. Thanks in advance...


    Suggest also if I need to configure sqlnet.ora (I still did)?

    Remote_login_passwordfile = EXCLUSIVE lock


    Kind regards
    Saket BB

    This parameter is mandatory (TRUE) If you want SQLNet connections (TWO_TASK is a SQLNet connection) could have been authenticated by the remote host.

    Oracle recommend that DO NOT serve as a security breach.
    (you can think of ways to use!)

    See
    http://download.Oracle.com/docs/CD/B10501_01/server.920/a96536/ch1178.htm#REFRN10185

    This shows how much it should normally be set to FALSE
    http://download.Oracle.com/docs/CD/B10501_01/network.920/a96573/asoauth.htm#1005059

  • MAc OS 10.8.3 proxy authentication failed

    I use firefox 21.0 in Mac os 10.8.3.We use the proxy server for the navigation. While browsing the internet firefox invites proxy username and password, after entering the user name and password it shows the proxy authentication failed, a new series of required authentication. The same username and pssword in works well in safari in the same book of mac.

    Help, please

    Dear Dawid,

    Thanks for your valuable response.

    Thank you very much

  • PPP CHAP counterpart x 3000-authentication failed

    Hello

    I just bought Linksys x 3000 a few days for my DSL to Jakarta.

    After that I configured my 3000 x, the internet connection could not go up if the PVC connection is in place.

    Here is some information of the device:

    Router information
    Firmware version: v1.0.01 build 2 November 00 22,2011
    Checking the firmware: 914eee0ceca371b4a4231c2af2f9f47f
    Current time: not available
    MAC address: 98:fc:11:dd:0e:cd
    Name of the router: linksys
    Host name:
    Domain name: telkom.net

    Internet connection
    Type of connection: RFC 2516 PPPoE
    Online status: offline
    Internet IP address: 0.0.0.0
    Subnet mask: 0.0.0.0
    Default gateway: 0.0.0.0
    DNS 1: 0.0.0.0
    DNS 2: 0.0.0.0
    DNS 3: 0.0.0.0
    MTU: 0

    DSL connection:
    Status: to the top
    Download speed: 1215 Kbps
    Upstream speed: 442 Kbps

    Connection of PVC
    Encapsulation: RFC 2516 PPPoE
    Multiplexing: LLC
    Type of QoS: UBR
    PCR:
    SCR:
    Automatic detection: disable
    VPI: 0
    VCI: 35
    Activated: Yes
    PVC status: to the top

    And here's what I got in the system log:

    PPP pilot generic version 2.4.2 79
    Deflate Compression of PPP module part 88
    PPP BSD Compression module part 84
    PPPoL2TP kernel driver, 75 V1.0
    ccp_autowan_sm_thread => starts in unconfigured mode, detection of State! 125
    -> State disconnected! 78
    xDSL G.994 training 74
    -> detection of State! 75
    -> dslWanSt = 1, ethWanSt = 0 81
    -> Training RJ11 condition! 79
    ADSL G.992 started 73
    Analysis of channel ADSL G.992 82
    ADSL G.992 82 message exchange
    Link up, carrier 0 ADSL, = us 442, ds = 1215 94
    -> RJ11 State! 70
    PPP-online Start connect... 78
    PPPoE PADI sending. 69
    PPPoE received PADO. 70
    PPPoE sending PADR. 69
    PPPoE server detected. 72
    PPPoE received PADS, session PPP set up. 95
    PPP sends ConfReq id = 0 x 1 [0xb65fbae2 magic] 91
    PPP receive ConfAck id = 0 x 1 [0xb65fbae2 magic] 94
    PPP receive ConfReq id = 0 x 2 [mru] 1492 [auth chap, MD5] [0xc118f417 magic] 121
    PPP sends ConfAck id = 0 x 2 [mru] 1492 [auth chap, MD5] [0xc118f417 magic] 118
    PPP LCP UPWARD. 61
    PPP receive challenge id = 0 x 1, <2x2x2x2x2x2x2x2x2x2x2x2x2x2x2x2x>, name = 127 Huawei
    PPP receive failure id = 0 1 76 x
    PPP CHAP 84 peer authentication failed
    PPP LCP DOWN. 63
    PPP sends TermReq id = 0 x 2 could not authenticate ourselves Exchange 113
    PPP (LCP) send reason Terminate-Request Failed to authenticate ourselves pair. 131
    PPP User name and password authentication failed. 98
    PPP receive id = 0 3 75 x TermReq
    PPP sends TermAck id = 0 3 72 x
    PPP sends TermReq id = 0 x 3 could not authenticate ourselves Exchange 113
    PPP (LCP) send Terminate-Request reason FM timeout. 101
    PPPoE sent PADT. 69
    PPP-online Start connect... 78
    PPPoE PADI sending. 69
    PPPoE received PADT, meeting took end. 94
    PPPoE received PADO. 70
    PPPoE sending PADR. 69
    PPPoE server detected. 72
    PPPoE received PADS, session PPP set up. 95
    PPP sends ConfReq id = 0 x 4 [0xc890720f magic] 91
    PPP receive ConfAck id = 0 x 4 [0xc890720f magic] 94
    PPP receive ConfReq id = 0 x 2 [mru] 1492 [auth chap, MD5] [0xb4a2146c magic] 121
    PPP sends ConfAck id = 0 x 2 [mru] 1492 [auth chap, MD5] [0xb4a2146c magic] 118
    PPP LCP UPWARD. 61
    PPP receive challenge id = 0 x 1, <2x2x2x2x2x2x2x2x2x2x2x2x2x2x2x2x>, name = 127 Huawei
    PPP receive failure id = 0 1 76 x
    PPP CHAP 84 peer authentication failed
    PPP LCP DOWN. 63
    PPP sends TermReq id = 0 x 5 failed to authenticate ourselves Exchange 113
    PPP (LCP) send reason Terminate-Request Failed to authenticate ourselves pair. 131
    PPP User name and password authentication failed. 98
    PPP receive id = 0 3 75 x TermReq
    PPP sends TermAck id = 0 3 72 x
    PPP sends TermReq id = 0 x 6 failed to authenticate ourselves Exchange 113
    PPP (LCP) send Terminate-Request reason FM timeout. 101

    Does anyone have the same experience?

    Please advice.

    Thank you.

    Oh, I'm sorry, I just found out that I put the wrong password PPPoE. After you type the correct password, it works now. Thank God...

Maybe you are looking for