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 he

Re: [OAUTH-WG] Token Introspection and JWTs

2018-02-28 Thread Mark Dobrinic
Mark On 28/02/18 17: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 wrot

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 requirements

[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 your

Re: [OAUTH-WG] Confirmation: Call for Adoption of "OAuth Token Introspection" as an OAuth Working Group Item

2014-07-29 Thread Mark Dobrinic
Just some way I could look at this discussion: One way to separate an AS and an RS is specified by UMA, so for UMA it is required to have a standardized Token Introspection feature. If there are no other uses for separating AS/RS, then UMA would be the place for standardizing Token Introspection.