Skip to content

geant-eduteams/eduteams-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eduTEAMS CLI

The eduTEAMS Command Line Interface allows the user to login using the Device Code Flow and retrieve an access_token, an id_token and a refresh_token.

Install eduteams-cli in venv

poetry shell
poetry install

Run eduTEAMS CLI

Set the scopes that you want to request:

export EDUTEAMS_SCOPE="openid profile"

Set the client id of your application:

export EDUTEAMS_CLIENT_ID="APP-12345-56789"

Set the issuer for the discovery code flow:

export EDUTEAMS_ISS="https://webapp.eduteams.org/oidc"

Run the application:

eduteams-cli login

About

eduTEAMS Command Line Interface

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages