Closed acoumb closed 1 year ago
Additional documentation added following recent updates to OAuth1
.
One more thing, I added this to the "App Creation" section, underneath the line that starts "Services that this package are intended to support..." - but I don't see it there any more. Can you re-add please?
When creating the app it will usually be necessary to configure a call back URL. You should use the following:
- For OAuth2: `/umbraco/api/AuthorizedServiceResponse/HandleOAuth2IdentityResponse`
- For OAuth1: `/umbraco/api/AuthorizedServiceResponse/HandleOAuth1IdentityResponse`
The section is still there: https://github.com/umbraco/Umbraco.AuthorizedServices/blob/feature/docs/README.md#app-creation
Merging changes in.
Updated documentation on Authorized Services following recent updates:
OAuth1a
,Client Credentials
andLong lived access tokens
.