umbraco / Umbraco.AuthorizedServices

Umbraco Authorized Services is an open-source package designed to reduce the effort needed to integrate third party services that require authentication and authorization via an OAuth flow.
MIT License
14 stars 7 forks source link

Updated docs #29

Closed acoumb closed 1 year ago

acoumb commented 1 year ago

Updated documentation on Authorized Services following recent updates: OAuth1a, Client Credentials and Long lived access tokens.

acoumb commented 1 year ago

Additional documentation added following recent updates to OAuth1.

AndyButland commented 1 year ago

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`
acoumb commented 1 year ago

The section is still there: https://github.com/umbraco/Umbraco.AuthorizedServices/blob/feature/docs/README.md#app-creation

acoumb commented 1 year ago

Merging changes in.