Skip to contents

Interactively obtains an id token and uses it to create a session token for an Armadillo Service

Usage

armadillo.login(armadillo)

Arguments

armadillo

URL of the Armadillo server,

Value

the id token

Examples

if (FALSE) {
armadillo.login(
  "https://armadillo.dev.molgenis.org"
)
armadillo.login("http://localhost:8080")
}