Search:

Type: Posts; User: abhijith_p; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Major difference I saw is that OpenId Connect has...

    Major difference I saw is that OpenId Connect has a notion of id_token which is not present in OAuth2 specification. I had to provide a separate sql script to include another column and override...
  2. Extend Spring Social core to support OpenId Connect

    Hi Craig,

    I wanted to check with you whether spring social community has plans to extend social-core to support openid connect specification in future. If I fork spring-social core and add openid...
  3. Replies
    2
    Views
    236

    Thanks Craig, that worked.

    Thanks Craig, that worked.
  4. Replies
    2
    Views
    236

    Get Connection Object

    Hi,

    How do I get a Connection of a specific user if I have userConnectionsRepository reference?

    Note: May be a dumb question but I am not able to figure it out using docs.

    Thanks,
    Abhijith
  5. Replies
    0
    Views
    147

    Persist id_token on OAuth2 callback

    Hi All,

    I am in need to access id_token when user wants to invoke a disconnect endpoint. But, I just figured out that OAuth2 does not care about id_token at all.

    Can I persist id_token along...
  6. PayPal Access is not a payment API. It can be...

    PayPal Access is not a payment API. It can be used solely for Authentication purpose only. At the end you would get User details from PayPal. But, there is another public API which can be used for...
  7. Provider is Paypal. ...

    Provider is Paypal.

    https://www.x.com/developers/paypal/documentation-tools/quick-start-guides/oauth-openid-connect-integration-paypal#endpoints

    I would also like to publish Spring Social...
  8. Disconnect from a service provider via Service endpoint

    Hi,

    Service provider which I am hooking up has provided a disconnect endpoint. I want to invoke that endpoint before I take out UserConnection from repository.

    What is the best way to achieve...
  9. Replies
    12
    Views
    838

    Hmm....I was under the impression that after user...

    Hmm....I was under the impression that after user explicitly logs out or after session time out, I need to call 'disconnect' which would essentially delete user connection record from DB.

    In what...
  10. Replies
    12
    Views
    838

    Thanks Criag, makes total sense. I was...

    Thanks Criag, makes total sense.

    I was wondering what would happen when you bring spring security in the midst. Because spring security authentication tokens would anyways be destroyed when you...
  11. Replies
    12
    Views
    838

    In memory Connection repository

    Hi all,

    I have a grails app which is using JdbcUsersConnectionRepository for storing connection. It was fine in development as I was using in-memory database.

    I know we can use pre defined...
  12. Found it myself after a little more look at...

    Found it myself after a little more look at JdbcUsersConnectionRepository. You have to do repository.setTablePrefix("my_schema.")
  13. UserConnection table when you have default schema

    Hi All,

    I have a grails app where I integrated with Spring Social and it was working fine. It started throwing error once I introduced a default schema in DataSource.groovy.


    hibernate {
    ...
  14. Replies
    3
    Views
    468

    Thanks Craig, makes total sense. I figured out...

    Thanks Craig, makes total sense.

    I figured out that the issue is not really having signup url. It is not getting userid from connection repository.
    List<String> userIds =...
  15. Replies
    3
    Views
    468

    ProviderSignInController signupurl

    Hi All,

    I am trying to write a grails plugin using Spring social core plugin. I get the provider popup and after I enter user and password it is giving me 404. As I debugged the code, it is...
  16. Replies
    1
    Views
    242

    Spring Social Grails

    Hi All,

    I am not sure, whether this is the right forum to discuss about Grails plugin. Let me know if you want me to move this discussion to another forum.

    We are developing a Grails App and...
  17. Single Provider with Multiple Authorize protocols

    Hi Craig,

    Thanks for your response. OpenId connect and OAuth2 are not that different and I have already used the same APIBinding to connect both. As you mentioned, I will try to put both under...
  18. Hi Michael, Thanks for your quick response. ...

    Hi Michael,

    Thanks for your quick response. My requirements are slightly different.

    I am trying to add a support to a new provider by following instructions given here:...
  19. Single Provider with Multiple Authorize protocols

    Hi All,

    I have created our own OAuth2 service provider and a separate OpenId Connect service provider and they both worked fine. Internally, I am using OAuth2 itself for openid connect and I am...
  20. Replies
    3
    Views
    552

    Hi Criag, Thanks for your response and my...

    Hi Criag,

    Thanks for your response and my initial reaction after looking at OpenId Connect was also the same. I wanted to make sure with the community that OAuth2 API itself can be used.

    I...
  21. Replies
    3
    Views
    552

    Spring Social + OpenId Connect

    Hi All,

    I have a requirement to use a provider who supports OpenId Connect specifications.

    I am not sure whether I can use spring social OAuth2 api itself to authenticate? If not, then do I...
  22. Annotation Based configuration tutorial/book

    The best documentation for Spring is their reference
    http://static.springsource.org/spring/docs/3.1.x/spring-framework-reference/html/

    You can also find numerous examples in their repository. I...
  23. Error parsing application context in Websphere

    I think you need to understand why do we do component scanning. More info can be found at:...
  24. Replies
    6
    Views
    1,623

    We use Springsource Tool Suite and spring...

    We use Springsource Tool Suite and spring explorer gives us the view of all beans. I am not sure whether you need this info for reporting or developer help. If it is for latter, I would definitely...
  25. Replies
    3
    Views
    276

    I think you can do much more using SpEL. Have a...

    I think you can do much more using SpEL. Have a look at the link below
    http://static.springsource.org/spring/docs/3.1.x/spring-framework-reference/html/expressions.html#expressions-beandef-xml-based
Results 1 to 25 of 41
Page 1 of 2 1 2