Results 1 to 2 of 2

Thread: Implicit Grant flow of OAuth2 in spring-security-oauth-1.0.0.M3 ?

  1. #1
    Join Date
    Feb 2010
    Posts
    24

    Default Implicit Grant flow of OAuth2 in spring-security-oauth-1.0.0.M3 ?

    Hello, there,

    We mean to implement the implicit grant flow of OAuth2 as an addition to our web-server flow impl of OAuth2. We used spring-security-oauth-1.0.0.M3 in implementing the web-server flow

    From the spec and google's impl, it looks to me the flow is very similar to verification code up to the point where verification code is created. Surprised to find out that implicit grant flow is not included in the library. Is there any concern/reason for that? Just want to get more thoughts on designing/thinking about the flow

    Thanks a lot for your helps/hints

    gigi

  2. #2
    Join Date
    May 2008
    Location
    Salt Lake City
    Posts
    167

    Default

    We just haven't had the resources yet to implement it. If you'd like, you could open up an issue to track it.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •