コンテンツにスキップ

Render the initial admin setup page.

GET
/admin-init-setup
Code sample: Shell / cURL
curl --request GET \
--url https://auth.example.com/admin-init-setup

Returns the browser setup HTML page when a valid setup token is supplied, or an HTML error/completed page when setup is unavailable.

token
string

Initial setup token generated by deployment tooling.

Successful response. The representation can be JSON, HTML, or a redirect.