I am new to OIDC
. I am referring to video to use OIDC
into my application.
Looking at the URL's for Code flow (Response type: Code) and Implicit flow (Response type: Id_token) I have noticed something strange, in redirect URL code
is provided as a query parameter
(followed by ?
) but id_token
is followed by #
. And the same thing is happening in my application also. Why id_token
also not provided as a query parameter
. I have googled but did not find any answer.
code flow url:
implicit flow url:
(video ref: 39:03 , 53:35)