ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Oauth in IIB

Post new topic  Reply to topic
 Oauth in IIB « View previous topic :: View next topic » 
Author Message
Skumarmly
PostPosted: Tue Jun 09, 2015 9:06 am    Post subject: Oauth in IIB Reply with quote

Novice

Joined: 09 Sep 2014
Posts: 13

for User level Authorization we need to follow the below steps

1. The consumer requests a request token (usually by passing an application key and application secret)
2. The user is then redirected to a login page, passing the request token to that page
3. User logs in and is redirected back to the consumer, passing the request token to the consumer's page
4. The consumer exchanges the request token for an access token
5. If the previous request was valid, the server will return an access token to the consumer. The access token is used for API requests

how we can implement this in IIB

i have Request tokens(client key and client secret)

i am trying to call Authorize URL via HTTPRequest node am not able to parse the response which is an HTML Login page
Back to top
View user's profile Send private message
mqjeff
PostPosted: Tue Jun 09, 2015 9:09 am    Post subject: Re: Oauth in IIB Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

IIB is not an HTTP server.

There is no built in HTML parser.

You should review your design, and consider using the methods to export the IIB config for use with a standard http server.

And review the documentation on OAth in IIB - i.e. how to actually validate the token you will receive after all of the exchanges and approvals are done.

Or consider DataPower or other external security provider.
Back to top
View user's profile Send private message
Skumarmly
PostPosted: Thu Jun 11, 2015 9:17 am    Post subject: Reply with quote

Novice

Joined: 09 Sep 2014
Posts: 13

thanks for the Reply, we changed our design from User level authentication to Application level ,where we will be exchanging request token with application token directly
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Oauth in IIB
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.