Re: [Dev] Open ID token expiry duration default value is 0

2018-06-05 Thread Megala Uthayakumar
Created a issue at [1] [1] https://github.com/wso2/product-is/issues/3272 Thanks. Regards, Megala On Wed, Jun 6, 2018 at 8:59 AM, Farasath Ahamed wrote: > Please create a github issue and lets make sure this gets fixed for IS > 5.6.0 > > > On Wednesday, June 6, 2018, Farasath Ahamed wrote:

Re: [Dev] Open ID token expiry duration default value is 0

2018-06-05 Thread Farasath Ahamed
Please create a github issue and lets make sure this gets fixed for IS 5.6.0 On Wednesday, June 6, 2018, Farasath Ahamed wrote: > ID Token Expiry time was added to Service Provider level recently as an > improvement. > > We need to validate at the admin service level and set the server level >

Re: [Dev] Open ID token expiry duration default value is 0

2018-06-05 Thread Farasath Ahamed
ID Token Expiry time was added to Service Provider level recently as an improvement. We need to validate at the admin service level and set the server level default value for id token expiry time if not specified by the user. We have done similar validations for access token / refresh token

Re: [Dev] Open ID token expiry duration default value is 0

2018-06-05 Thread Megala Uthayakumar
This was noticed while running test cases, where we create Service Provider through admin service. Thanks. Regards, Megala On Wed, Jun 6, 2018 at 12:11 AM, Megala Uthayakumar wrote: > Hi, > > I noticed $subject in the latest snapshot pack of IS. If the user does not > specifically configure

[Dev] Open ID token expiry duration default value is 0

2018-06-05 Thread Megala Uthayakumar
Hi, I noticed $subject in the latest snapshot pack of IS. If the user does not specifically configure in service provider level, in the generated ID token, expiry time claim and issue time claim has the same value and it is not usable. IMHO, it is better to have a default value greater than 0.