Skip to content
Chris Gillum edited this page Feb 6, 2019 · 6 revisions

Topics

Runtime API Reference

When Easy Auth is enabled, a REST API is created on your web app (or function app) which allows you to interact with the Easy Auth runtime to do things like login, logout, get information about the current user, refresh tokens, etc. These REST APIs exist under the {site-url}/.auth URL prefix. See the sections below for more details.

Configuration Reference

Reference for configuring the runtime behavior

Diagnostics

Informational, warning, and error messages are written by the Easy Auth module to the web app's application logs. These are critical for diagnosing common problems, such as login failures. The module also writes various status codes which can be useful for diagnosing issues.

FAQ

Common questions and issues that Easy Auth users often have when using the feature.

Clone this wiki locally