Hi,

On Sat, Jan 26, 2013 at 4:13 PM, Sriragu Arudsothy <srir...@wso2.com> wrote:

> Another approach:
>
> To avoid writing an addition UI components to generate the Access token.
>
> We can just write a REST class to generate the access token and pass the
> client id, client secret, access token endpoint, encoded username, encoded
> password from the REST client. Inside the code I have to decode the
> username and password.
>

Yes, you can write a REST client to get the access token using the password
grant type.


> This will solve. WDYT?
>
> RAGU
>
> On Sat, Jan 26, 2013 at 4:01 PM, Sriragu Arudsothy <srir...@wso2.com>wrote:
>
>> Yes you are right .
>>
>> The Greg' requirement is like this:
>>
>> Any REST client (ex: Chrome Advanced REST client) we just wanted to pass
>> the Bearer token to get use of REST API.
>>
>> Currently we use the curl command to generate the access token. But we
>> are not intended to have a REST web client with (Forms to enter the client
>> id/ secret ...etc) and click a button to generate the access token)
>>
>> Very brief: Greg team finalized that the client want to see the
>> Accesstoken value, who has to use it straight away with Authorization
>> header. For that we need to do the Access token generation UI. So any
>> product in future if needs they can use it.
>>
>> How can I approach?
>>
>> Ragu.
>>
>>
>>
>> On Sat, Jan 26, 2013 at 2:45 PM, Suresh Attanayaka <sur...@wso2.com>wrote:
>>
>>> Hi
>>>
>>> On Sat, Jan 26, 2013 at 2:00 PM, Sriragu Arudsothy <srir...@wso2.com>wrote:
>>>
>>>> Hai All,
>>>>
>>>>          Greg need the OAuth Access token to be produced in UI which
>>>> should be a installable feature from Identity Server side feature. At the
>>>> moment once we installed the OAuth feature that produces upto client id,
>>>> client secret, auth endpoint, access endpoint details. But we need the
>>>> access token generation also as a UI components under the IS. I have been
>>>> given this task.
>>>>
>>>
>>> Why do you need a UI to generate access tokens ? Theoretically the
>>> access token is a secrete which should be delivered directly to the
>>> client.
>>>
>>> Thanks,
>>>  -Suresh
>>>
>>>
>>>> Currently the G-reg restapi cxf web app does not have any UI, we dont
>>>> want any UIs in the webapp. We need some UI to generate the access token
>>>> too from the IS side. This is our requirement.
>>>>  delieverddelieverd
>>>> Also we want to know how to get the Tenant ID of the person who belongs
>>>> to the given access token ???
>>>>
>>>> Please provide the way to do? we dont want any UIs in our cxf
>>>> webapp(REST API).
>>>>
>>>> Thanks!
>>>> Sriragu
>>>>
>>>> _______________________________________________
>>>> Dev mailing list
>>>> Dev@wso2.org
>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>>
>>>>
>>>
>>>
>>> --
>>> Suresh Attanayake
>>> Software Engineer; WSO2 Inc. http://wso2.com/
>>> Blog : http://sureshatt.blogspot.com/
>>> Twitter : https://twitter.com/sureshatt
>>> LinkedIn : http://lk.linkedin.com/in/sureshatt
>>> Mobile : +94755012060,+94770419136,+94710467976
>>>
>>
>>
>


-- 
Suresh Attanayake
Software Engineer; WSO2 Inc. http://wso2.com/
Blog : http://sureshatt.blogspot.com/
Twitter : https://twitter.com/sureshatt
LinkedIn : http://lk.linkedin.com/in/sureshatt
Mobile : +94755012060,+94770419136,+94710467976
_______________________________________________
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to