View previous topic :: View next topic
|
Author |
Message |
vasanthz
Global Moderator
Joined: 28 Aug 2007 Posts: 1744 Location: Tirupur, India
|
|
|
|
Hi,
We have a windows desktop application and want to enable RACF based authentication for enabling logon to the application.
Is there anyway we can make a call from Windows to RACF, passing Mainframe USERID and PASSWORD and RACF should return "Authenticated" or "Not Authenticated".
The requirement is sort of exposing RACF function as an API endpoint.
Apart from userid/password authentication, we also need to be able to change user's password by mentioning old and new passwords.
Could you please point me to a product or approach to achieve this. Thank you. |
|
Back to top |
|
|
Apoorva
New User
Joined: 28 Jan 2020 Posts: 49 Location: India
|
|
|
|
vasanthz wrote: |
Hi,
We have a windows desktop application and want to enable RACF based authentication for enabling logon to the application.
Is there anyway we can make a call from Windows to RACF, passing Mainframe USERID and PASSWORD and RACF should return "Authenticated" or "Not Authenticated".
The requirement is sort of exposing RACF function as an API endpoint.
Apart from userid/password authentication, we also need to be able to change user's password by mentioning old and new passwords.
Could you please point me to a product or approach to achieve this. Thank you. |
Please review Z/OS connect REST APIs link below,
www.ibm.com/support/knowledgecenter/SS7K4U_liberty/com.ibm.websphere.wlp.zseries.doc/ae/twlp_zconnect_rest.html |
|
Back to top |
|
|
Joerg.Findeisen
Senior Member
Joined: 15 Aug 2015 Posts: 1306 Location: Bamberg, Germany
|
|
|
|
Apoorva wrote: |
vasanthz wrote: |
Hi,
We have a windows desktop application and want to enable RACF based authentication for enabling logon to the application.
Is there anyway we can make a call from Windows to RACF, passing Mainframe USERID and PASSWORD and RACF should return "Authenticated" or "Not Authenticated".
The requirement is sort of exposing RACF function as an API endpoint.
Apart from userid/password authentication, we also need to be able to change user's password by mentioning old and new passwords.
Could you please point me to a product or approach to achieve this. Thank you. |
Please review Z/OS connect REST APIs link below,
www.ibm.com/support/knowledgecenter/SS7K4U_liberty/com.ibm.websphere.wlp.zseries.doc/ae/twlp_zconnect_rest.html |
When STFW it reveals something Microsoft Enterprise SSO related stuff for that purpose but I might be wrong. |
|
Back to top |
|
|
Rohit Umarjikar
Global Moderator
Joined: 21 Sep 2010 Posts: 3075 Location: NYC,USA
|
|
|
|
We do have that, GUI first make a call to MF RACF modules to validate the user id for that application. Only thing is , the user id is not same as racf id in my case. Once upon getting info from the GUI team I shall update further if that's really what needed here. |
|
Back to top |
|
|
vasanthz
Global Moderator
Joined: 28 Aug 2007 Posts: 1744 Location: Tirupur, India
|
|
|
|
Thank you for the responses. z/OS Connect looks promising. Let me try if it can perform authentication services. |
|
Back to top |
|
|
vasanthz
Global Moderator
Joined: 28 Aug 2007 Posts: 1744 Location: Tirupur, India
|
|
Back to top |
|
|
|