Author |
Message |
Topic: Understanding Security Exits in 7.1 |
pellcorp
Replies: 15 Views: 51839
|
Forum: User Exits Posted: Mon Nov 03, 2014 4:47 pm Subject: Understanding Security Exits in 7.1 |
I think I have everything mostly working as I need it to.
https://github.com/pellcorp/cxf/blob/master/JavaFirst/native/UsernamePasswordAuthorizationService.c
I added this test:
if (pApplicati ... |
Topic: Understanding Security Exits in 7.1 |
pellcorp
Replies: 15 Views: 51839
|
Forum: User Exits Posted: Mon Nov 03, 2014 3:17 pm Subject: Understanding Security Exits in 7.1 |
It's obvious I am still misunderstanding some fundamental concepts of AuthorisationService (More reading required!)
It looks like the configuration of SYSTEM.DEF.SVRCONN still affects other SVRCO ... |
Topic: Understanding Security Exits in 7.1 |
pellcorp
Replies: 15 Views: 51839
|
Forum: User Exits Posted: Sun Nov 02, 2014 5:40 pm Subject: Understanding Security Exits in 7.1 |
I realised that I may have made a fundamental mistake in my testing. My test C code was falling back to a 'server' connection rather than a true client connection because I did not define a Queue Man ... |
Topic: Understanding Security Exits in 7.1 |
pellcorp
Replies: 15 Views: 51839
|
Forum: User Exits Posted: Sun Nov 02, 2014 4:28 pm Subject: Understanding Security Exits in 7.1 |
I realised that I may have made a fundamental mistake in my testing. My test C code was falling back to a 'server' connection rather than a true client connection because I did not define a Queue Man ... |
Topic: Understanding Security Exits in 7.1 |
pellcorp
Replies: 15 Views: 51839
|
Forum: User Exits Posted: Fri Oct 31, 2014 10:50 pm Subject: Understanding Security Exits in 7.1 |
I found a IBM support pack which has a 7.1+ compatible authorization service so I will play with that next week.
http://www-01.ibm.com/support/docview.wss?uid=swg24011617 |
Topic: Understanding Security Exits in 7.1 |
pellcorp
Replies: 15 Views: 51839
|
Forum: User Exits Posted: Fri Oct 31, 2014 1:30 pm Subject: Understanding Security Exits in 7.1 |
So I upgraded to 7.5 and rebuilt both the AuthorisationService and the test c code with the 7.5 libraries. I get the same problem. The AuthorisationService does not see the auth type as being MQCSP_ ... |
Topic: Understanding Security Exits in 7.1 |
pellcorp
Replies: 15 Views: 51839
|
Forum: User Exits Posted: Fri Oct 31, 2014 12:25 pm Subject: Understanding Security Exits in 7.1 |
Thanks for your reply. They are going with mq 7.5. I cant get 7.5 as a trial so that is why i am on 7.1.
Isn't the Developer Edition of MQ any use for this then?
I am downloading that now. ... |
Topic: Understanding Security Exits in 7.1 |
pellcorp
Replies: 15 Views: 51839
|
Forum: User Exits Posted: Fri Oct 31, 2014 6:36 am Subject: Understanding Security Exits in 7.1 |
I think an important question to ask your customer is - are they trying to use the username/password features in MQV8? If so, this may save you, and them, a lot of trouble.
If they're trying to u ... |
Topic: Understanding Security Exits in 7.1 |
pellcorp
Replies: 15 Views: 51839
|
Forum: User Exits Posted: Fri Oct 31, 2014 1:29 am Subject: Understanding Security Exits in 7.1 |
You don't have to be a paid up customer of IBM to get an IBM ID. That your allow you to download the latest V7.1 client kit.
However, is your employer an IBM Customer? they should have access to ev ... |
Topic: Understanding Security Exits in 7.1 |
pellcorp
Replies: 15 Views: 51839
|
Forum: User Exits Posted: Fri Oct 31, 2014 1:26 am Subject: AuthorisationService question cont |
Well my final piece of investigation on this topic suggests its thankfully nothing to do with java and more to do with either a bug in my authorization service or a misconfiguration of my mq installat ... |
Topic: Understanding Security Exits in 7.1 |
pellcorp
Replies: 15 Views: 51839
|
Forum: User Exits Posted: Thu Oct 30, 2014 11:35 pm Subject: AuthorisationService question cont |
Hi,
I added a modified version of one of the samples from the MQ 7.1.0.3 installation that also demonstrates the issue to take Apache CXF jms stuff out of the problem space.
https://github.com/p ... |
Topic: Understanding Security Exits in 7.1 |
pellcorp
Replies: 15 Views: 51839
|
Forum: User Exits Posted: Thu Oct 30, 2014 10:32 pm Subject: AuthorisationService question |
Hi again,
I managed to get an AuthorisationService kind of working. Only thing is the test pSecurityParms -> AuthenticationType == MQCSP_AUTH_USER_ID_AND_PWD is always false even though i have ... |
Topic: Understanding Security Exits in 7.1 |
pellcorp
Replies: 15 Views: 51839
|
Forum: User Exits Posted: Thu Oct 30, 2014 9:48 pm Subject: Understanding Security Exits in 7.1 |
Hi All,
I apologise profusely if I am asking something already asked. I also realised i am probably going to get flamed for trying to write a security exit when I am still very new to MQ. Let me ... |