1#!/bin/sh 2 3set -e 4cd "$(dirname "$0")/.." 5HOST="${HOST:-http://localhost:8282}" 6 7curl -s "${HOST}/authorize?response_type=code&scope=openid&client_id=client_id&state=potatoe&redirect_uri=http://example.org/callback"