<div dir="ltr"><div>Hi everyone,</div><div><br></div><div><br></div><div>>From the user documentation I could not find the authorization grant url (a la github&#39;s  <span style="font-family:Consolas,&#39;Liberation Mono&#39;,Courier,monospace;color:rgb(57,57,57);font-size:12px;background-color:rgb(250,250,251)"><a href="https://github.com/login/oauth/authorize">https://github.com/login/oauth/authorize</a></span>) and Get token url (a la <span style="color:rgb(57,57,57);font-family:Consolas,&#39;Liberation Mono&#39;,Courier,monospace;font-size:12px;background-color:rgb(250,250,251)"><a href="https://github.com/login/oauth/access_token">https://github.com/login/oauth/access_token</a></span>).</div><div><br></div><div>I presume it&#39;s <a href="http://{keycloak_base}/realms/{realm-name}/protocol/openid-connect/auth?client_id={client_name}&amp;response_type=code">{keycloak_base}/realms/{realm-name}/protocol/openid-connect/auth?client_id={client_name}&amp;response_type=code</a> and <a href="http://{keycloak_base}/realms/{realm-name}/protocol/openid-connect/token">{keycloak_base}/realms/{realm-name}/protocol/openid-connect/token</a> respectively, but I am not sure.</div><div><br></div><div>I would like to follow the standard OAuth2.0 workflow:</div><div><ol><li>Get Auth grant (GET on <span style="color:rgb(57,57,57);font-family:Consolas,&#39;Liberation Mono&#39;,Courier,monospace;font-size:12px;background-color:rgb(250,250,251)"><a href="https://github.com/login/oauth/authorize">https://github.com/login/oauth/authorize</a></span>)</li><li>Get access token in exchange for the auth grant code (POST on <span style="font-family:Consolas,&#39;Liberation Mono&#39;,Courier,monospace;color:rgb(57,57,57);font-size:12px;background-color:rgb(250,250,251)"><a href="https://github.com/login/oauth/access_token">https://github.com/login/oauth/access_token</a></span>)<br></li><li>Use the resource using the access token gotten in step 2.</li></ol></div><div>Please, correct me if I am wrong.</div><div>Thanks.</div><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><div style="font-family:arial;font-size:small"><div dir="ltr"><font color="#888888">Regards,<br>Pavel Maslov, MSc</font></div></div></div></div></div>
</div>