EGI Check-in Token Portal
Usage guide of EGI Check-in Token Portal
The EGI Check-in Token Portal allows users to create Access and Refresh Tokens.
Obtain an Access Token
In order to obtain an Access Token from EGI Check-in Token Portal, please follow the steps below:
- Go to https://aai.egi.eu/token and click on “Authorise” to authenticate yourself.
- After logging in you will obtain an Access Token as it is shown below:
- The value of the Access Token
- The command to get user’s information from
userinfo
endpoint. Running thiscurl
command will also print out your OIDC entitlements. - Obtain a Refresh Token (more info in Obtain a Refresh Token section)
- View and manage the applications you have given permissions
Obtain a Refresh Token
In order to obtain an Refresh Token from EGI Check-in Token Portal, please follow the steps below:
- Go to https://aai.egi.eu/token and click on “Authorise” to authenticate yourself.
- After logging in click on “Create Refresh Token”:
- Then you will be redirected back to EGI Check-in Token Portal and you will
have obtained a Refresh Token:
- The value of the Refresh Token
- The command to generate new Access Token using the Refresh Token
Last modified
January 26, 2023
by
Sebastian Luna-Valero
: get entitlements with new token portal (#559)