Intelliflo Open API authentication samples
- OWIN Intelliflo OAuth middleware added as separate project
Startup.Auth.csupdated to register middleware
- An appropriately configured client in the developer portal
- This is configured to use the UAT versions of the portal and identity service
- Remove hacks to work around the inability to change anything in the developer portal
OAuth, obtaining a refresh token
This is based on the CSharp Authorization Code Flow sample. This uses cookies to persist the access token - this is probably not where you would want to store this data.
- Remove hacks to work around the inability to change anything in the developer portal
There are currently examples for:
- Tenant client credential authorization flow
- Resource owner authorization flow
- Requesting a refresh token for offline access
- Using a refresh token to request an access token
- An appropriately configured client in the developer portal