Layer7 API Management

 View Only
  • 1.  SDK for OAuth Toolkit v3.5

    Posted Sep 28, 2016 02:31 PM

    Hi All,

     

    Can I know if SDKs are available for CA OAuth Tool kit v3.5. I know they provider the auth server but I couldn't find any material around the SDKs.

     

    Thanks in advance



  • 2.  Re: SDK for OAuth Toolkit v3.5
    Best Answer

    Broadcom Employee
    Posted Sep 28, 2016 03:55 PM

    There is no SDK for the OTK. At least not that I'm aware of. Aren't you talking about the MAG SDK instead? Although there is no SDK for the OTK, that doesn't mean you cannot use one. You can find any OAuth client library and it will work with the OAuth infrastructure provided by the OTK.

     

    Best regards,

     

    --

    Alan Cota.

    Sr. Principal Consultant

    CA API Management Presales

     

    CA Technologies

    Phone: +1 (214) 473-1039 | ext 11039

    Mobile: +1 (972) 439-4545

    Fax: +1 (972) 497-2766

    alan.cota@ca.com<mailto:alan.cota@ca.com>

     

     

    Get Outlook<https://aka.ms/qtex0l> for iOS



  • 3.  Re: SDK for OAuth Toolkit v3.5

    Posted Sep 28, 2016 05:00 PM

    Thanks Alan. That was helpful. I was asking for OTK only. 



  • 4.  Re: SDK for OAuth Toolkit v3.5

    Broadcom Employee
    Posted Sep 28, 2016 04:00 PM

    Hi,

    While there is no specific OTK SDK, there are both Android and iOS Mobile SDKs that let you create apps that leverage the OAuth features of the OTK.  To use these SDKs you need CA API Gateway 9.1, OTK 3.5, and the Mobile API Gateway 3.2.  Optionally, you can also install CA Mobile App Services (MAS) 1.2. 

     

    The SDKs are documented on the developer site:  mas.ca.com

     

    Access the latest SDKs here: 
    iOS-MAS-Foundation  

    Android SDK

     

    The MAS wiki page contains information on how to install Mobile App Services 1.2 to integrate with the Android and iOS Mobile SDKs. 

     

     

    Simon

     

     

     

     

     

     

     

     

     





  • 5.  Re: SDK for OAuth Toolkit v3.5

    Posted Sep 28, 2016 06:14 PM

    Are there any similar SDks for Web Applications that clients can use to leverage Oauth Features  ? Like JavaSDK or .net SDK ?

     

    Thanks..



  • 6.  Re: SDK for OAuth Toolkit v3.5

    Broadcom Employee
    Posted Sep 28, 2016 09:39 PM

    I'm aware of the Google's OAuth client for Java. I'm also sure you can find some other clients/libraries for other platforms such as C# and even Perl.

     

    Best regards,

     

    --

    Alan Cota.

    Sr. Principal Consultant

    CA API Management Presales

     

    CA Technologies

    Phone: +1 (214) 473-1039 | ext 11039

    Mobile: +1 (972) 439-4545

    Fax: +1 (972) 497-2766

    alan.cota@ca.com<mailto:alan.cota@ca.com>

     

     

    Get Outlook<https://aka.ms/qtex0l> for iOS



  • 7.  Re: SDK for OAuth Toolkit v3.5

    Broadcom Employee
    Posted Sep 29, 2016 09:28 AM

    I just found this: GitHub - mitraman/OAuthTestClient: A Java based test client for OAuth 2.0 APIs  

    It's from one of our API experts within CA API Academy. Although this isn't a library/client, it has a Java source code and can be used as reference.



  • 8.  Re: SDK for OAuth Toolkit v3.5

    Posted Oct 07, 2016 03:24 PM

    Thanks Alan.