Client Registration, Client Id, Client Secret and Redirect Url
Before a Client can server any user , it must Registers its Client-app with the Authorisation server.Client-app details like 'redirect_url' 'web_home_page' and other details are submitted to the Authorisation server for the Client-App registration. On successfull Registration, the Authorisation Server returns 'client_id', 'client_url' which shall then be used be used by the client for any further interaction with the Authorisation Server, namely :- End-User authentication
- To Get the Authorisation grant
- To get the access tokens
- To fetch refresh tokens
Below Diagram shows a pictorial representation :
No comments:
Post a Comment