-
Notifications
You must be signed in to change notification settings - Fork 9
Consumer App
Chintan Shah edited this page Oct 24, 2016
·
11 revisions
Consumer app allows a user to register their application with oauth server to access oauth server api. It a similar concept as Facebook App creation to access Facebook API.
A consumer app can only be created by a user if they have admin role in oauth system. It has many-to-one relation with the service. i.e, A user can create many apps for a single service. It will be distinguished by ClientId and Secret. A user can create a new app with following details.
- Name : Name of the application (It needs to be unique)
- Description : Description about application (Required)
- Callback Url: Callback url after user has been authenticated (Required and Valid URL)
Administrator can update any app and change any of the properties except Name. A user can regenerate ClientId and Secret if required.
Add mockups in PNG format
Add final design here