All Release Notes
External OAuth tokens (Beta)
25 March 2019
Enhancement
CustomersSecurity
We introduced the ability to use External OAuth tokens in Beta.
The new OAuth scopes customer_id:{id}
and anonymous_id:{id}
have been added for external OAuth tokens that are to be used with the /me
endpoints. They are also added when a token is issued through the password flow or when an anonymous session is created.
- [API] Added the ExternalOAuth configuration to the project.
- [API] Added the setExternalOAuth update action.
- [API] Added
customer_id:{id}
andanonymous_id:{id}
to the OAuth scope.