Elvanto Authorization Service
A modern sign-in interface for Elvanto's OAuth authorization flow. Third-party applications registered in Elvanto can use this as a drop-in replacement for Elvanto's built-in sign-in page, letting users authenticate and grant access to their Elvanto data.
How it works
Usually, when an application requests access to your Elvanto account, you are redirected to Elvanto's own authorization page:
https://api.elvanto.com/oauth?type=...&client_id=...&redirect_uri=...&scope=... Elvanto verifies the request and your credentials, and returns an authorization code to the application.
This service works identically but with a cleaner interface. Integrations should replace their browser sign-in redirect URL to this service's /auth path:
https://elvanto-signin.services.swec.org.au/auth?type=...&client_id=...&redirect_uri=...&scope=... When you sign in, your credentials are relayed to Elvanto's API services; credentials are not stored or logged. Elvanto confirms your identity and issues the authorization code, which is returned to the application as normal.
Arrived here directly?
This page is informational. To authorize an application, follow the link provided by that application. Direct access to this page without an authorization request will not start a sign-in flow.