Danny20v / eid-applet

Automatically exported from code.google.com/p/eid-applet
Other
0 stars 0 forks source link

eID applet: authentication on Mac OS X #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. configure the eid applet for authentication
2. do NOT set "IncludeIdentity" or "IncludeCertificates" to true

What is the expected output? What do you see instead?

If include identity or include certificates is set to false, the applet will 
try 
pkcs11 first. This fails right now on Max OS X 10.6. If set to true the applet 
will ignore pkcs11 and use pcsc directly which works perfectly

What version of the product are you using? On what operating system?

1.0.0.GA, Mac OS X 10.6

Original issue reported on code.google.com by wim.vand...@gmail.com on 27 Jan 2010 at 9:58

GoogleCodeExporter commented 9 years ago
Check again with the latest Mac OS X. The tokend should no longer lock the 
PC/SC layer.

Original comment by frank.co...@gmail.com on 19 Apr 2010 at 12:46

GoogleCodeExporter commented 9 years ago
I get a bit further now indeed.
Deployed the eid-applet-test webapp onto the eid-jboss-as distribution.
Tried basic authentication.

Middleware is being used, ccid support is working but firefox seems to crash, 
last I saw in the applet log was 
trying to redirect to the results page.

The "beiddialogsQTsrv" window that popped up ( saying Please enter you PIN in 
the pinpad reader, ... ) does 
not get destroyed after I successfully enter my pincode.
Reader I am using is OmniKey Cardman 3821.
Firefox v3.6.3

Here is what I saw in my Console:

19/04/10 15:16:21   [0x0-0xc40c4].org.mozilla.firefox[1082] Mon Apr 19 15:16:21 
CEST 2010 JEP 
creating applet be.fedict.eid.applet.Applet 
(https://sebeco-dev-11:8443/eid-applet-test/)
19/04/10 15:16:39   firefox-bin[1082]   Invalid memory access of location 0x0 
eip=0x1372f2d8
19/04/10 
15:16:44    com.apple.launchd.peruser.501[99]   ([0x0-0xc40c4].org.mozilla.firefox[10
82]) Exited 
with exit code: 1
19/04/10 15:20:20   [0x0-0xca0ca].org.mozilla.firefox[1117] ### MRJPlugin:  
getPluginBundle() here. 
###
19/04/10 15:20:21   [0x0-0xca0ca].org.mozilla.firefox[1117] ### MRJPlugin:  
CFBundleGetBundleWithIdentifier() succeeded. ###
19/04/10 15:20:21   [0x0-0xca0ca].org.mozilla.firefox[1117] ### MRJPlugin:  
CFURLGetFSRef() 
succeeded. ###
19/04/10 15:20:25   firefox-bin[1117]   *** Assertion failure in -[NSMenu 
removeItem:], 
/SourceCache/AppKit/AppKit-1038.25/Menus.subproj/NSMenu.m:662
19/04/10 15:20:25   firefox-bin[1117]   *** CPerformer: ignoring exception 'Invalid 
parameter not satisfying: 
item != nil' raised during perform of selector 'sharedDelegate' on target 
'ApplicationDelegate' with args '(null)'
19/04/10 15:20:25   firefox-bin[1117]   *** Assertion failure in -[NSMenu 
removeItem:], 
/SourceCache/AppKit/AppKit-1038.25/Menus.subproj/NSMenu.m:662
19/04/10 15:20:26   [0x0-0xca0ca].org.mozilla.firefox[1117] Mon Apr 19 15:20:26 
CEST 2010 JEP 
creating applet be.fedict.eid.applet.Applet 
(https://sebeco-dev-11:8443/eid-applet-test/)
19/04/10 15:20:28   firefox-bin[1117]   Invalid memory access of location 0x0 
eip=0x136f92d8
19/04/10 
15:20:28    com.apple.launchd.peruser.501[99]   ([0x0-0xca0ca].org.mozilla.firefox[11
17]) Exited 
with exit code: 1

Original comment by wim.vand...@gmail.com on 19 Apr 2010 at 1:22

GoogleCodeExporter commented 9 years ago
Same issue with non-ccid readers btw. Firefox will allways crash when trying to 
redirect away from the applet.
The middleware window did not hang this time tho.

Original comment by wim.vand...@gmail.com on 19 Apr 2010 at 1:35