Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 499 Bytes

oauth-back-channel.md

File metadata and controls

9 lines (7 loc) · 499 Bytes
tags
oauth

Back channel is a way to pass data between [[oauth-roles#Authorization Server|oAuth server]] and [[oauth-roles#Application|application]]

Generally speaking back channel is a HTTP request from the application codebase to oAuth server. oAuth server answers with data such as [[oauth-access-token]]

Back channel is a secured way to obtain sensitive data. As opposite to [[oauth-front-channel-insecure|front channel]] nobody will intercept application request from the codebase