Relative Content

Tag Archive for oauth-2.0

In Apple Oauth, Id_token that redirect response is not include user info

I configured the login URL as follows: https://appleid.apple.com/auth/authorize? client_id={client_id} &redirect_uri={redirect_uri} &response_type=code%20id_token &state=state &scope=name%20email &response_mode=form_post According to the Apple documentation, the response to these requests should include the state, code, id_token, and user fields. However, in my case, the user field is not returned and the id_token does not include user information. Here is my code: […]

How can we create our own Oauth server

i have my own brand and i want to build Oauth system so website can use my Oauth to do login like google.
Can any one help me to find exact path or an info.