Hi,
I am working on the open source ORCID project, which uses Spring Security Oauth to provide OAuth2 to client applications.
A client application is using the 'state' parameter in the...
Type: Posts; User: wjrsimpson; Keyword(s):
Hi,
I am working on the open source ORCID project, which uses Spring Security Oauth to provide OAuth2 to client applications.
A client application is using the 'state' parameter in the...
Thanks, Dave.
Understood.
Hi Dave,
I am working on ORCID.
Some of the potential users of the ORCID REST API are publishers. In some cases they have several hundred or even thousands of different journals that will...
Hi,
OAuth2 specification (v2-23) seems to say that multiple redirect URIs can be pre-registered with the provider.
Is this possible with Spring OAuth?
(It seems it only possible to...
OK. Thanks for your thoughts, Dave.
Hi,
I am implementing an OAuth2 provider. I am enjoying using Spring OAuth - clever stuff.
Is there a way to make access tokens valid for only for a single API call?
In other words, is it...