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...
Type: Posts; User: abhijith_p; Keyword(s):
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...
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...
Thanks Craig, that worked.
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
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...
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...
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...
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...
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...
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...
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...
Found it myself after a little more look at JdbcUsersConnectionRepository. You have to do repository.setTablePrefix("my_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 {
...
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 =...
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...
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...
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...
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:...
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...
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...
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...
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...
I think you need to understand why do we do component scanning. More info can be found at:...
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...
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