Re: [OAUTH-WG] Call for adoption of "JWT Response for OAuth Token Introspection"

2018-07-20 Thread Mark Dobrinic
I +1 this, but at the same time, I'm wondering what happened with the argument that this should be solved by Token Exchange instead of Introspect? Cheers! Mark On 20/07/18 17:39, Phil Hunt wrote: > +1 adoption > > I have always been concerned about clients doing introspection. Use of > jwt

Re: [OAUTH-WG] Token Introspection and JWTs

2018-02-28 Thread Mark Dobrinic
:16, Vladimir Dzhuvinov wrote: > Hi Mark, > > The Nginx module is superbly documented, well done! > > I suppose there's a set JWS alg for the issued tokens, which is agreed > in advance? > > Vladimir > > On 28/02/18 12:49, Mark Dobrinic wrote: >> Having the in

Re: [OAUTH-WG] Token Introspection and JWTs

2018-02-28 Thread Mark Dobrinic
Having the introspect endpoint support a response Content-Type of `application/jwt` is exactly what we're doing in Curity. We actually gave it a cool name in the process, a Phantom Token ;) Doing things this way has proven highly useful in usecases where customers have high throughput

[OAUTH-WG] client_id format: whitespaces allowed?

2015-10-13 Thread Mark Dobrinic
Hey OAuth group, While I though I knew this, I was looking closely at the OAuth 2.0 spec and read that valid values of the client_id are specified as: VSCHAR = %x20-7E client-id = *VSCHAR This means that the client-id may also contain whitespace characters. Do I get that right? Thanks for