Re: [Architecture] Customizing OAuth access token value by an extension

2013-12-17 Thread Asela Pathberiya
On Tue, Dec 17, 2013 at 1:23 PM, Prabath Siriwardena wrote: > +1 > > Please create an issue in Redmine.. > Done... And OT jira is created. Johann, actually this was also in stackoverflow [1] [1] http://stackoverflow.com/questions/20374120/custom-oauth2-token-after-a-sam2-assertion-check Thanks

Re: [Architecture] Customizing OAuth access token value by an extension

2013-12-16 Thread Prabath Siriwardena
+1 Please create an issue in Redmine.. Thanks & regards, -Prabath On Tue, Dec 17, 2013 at 12:29 PM, Asela Pathberiya wrote: > Hi All, > > AFAIK, OAuth token value can be an any string and there is no special > format has been defined. Therefore I guess, It is better to create an > extension

Re: [Architecture] Customizing OAuth access token value by an extension

2013-12-16 Thread Johann Nallathamby
Hi Asela, It's a funny coincidence that me and you are thinking of the same thing at the same time. I was also thinking about this change for the next release in the morning. Basically our access token issuance is done by the grant handlers. Therefore to modify access token issuing we need to wri

[Architecture] Customizing OAuth access token value by an extension

2013-12-16 Thread Asela Pathberiya
Hi All, AFAIK, OAuth token value can be an any string and there is no special format has been defined. Therefore I guess, It is better to create an extension to build the access token. Currently, It seems to be that OAuth implementation have not an simple extension to customize the returning acce