Create Hosted Auth URL
Hosted Auth
Create Hosted Auth URL
Creates a hosted member sign-in URL for a saved redirect URL.
POST
Create Hosted Auth URL
Creates a TheFaithApp-hosted member sign-in URL. Open the returned
auth_url in a browser or mobile auth session.
Example request
Request inputs
Client key from
Settings > Developer Access.Callback URL or mobile deep link that will receive the one-time auth code. This must exactly match a saved Redirect URL.
Random value generated by your app. The same value is returned to your callback so you can reject forged redirects.
Optional PKCE challenge. Recommended for mobile and other public clients.
Optional PKCE method. Use
S256 when sending a SHA-256 based challenge. Defaults to plain when code_challenge is present and no method is provided.Response fields
The hosted sign-in URL to open for the member.
Public church details shown on the hosted sign-in page.
The redirect URL that was accepted for this flow.
Hosted sign-in methods currently available for this client.
Example response
Error responses
403:redirect_uriis not allowed for the client.404:client_keydoes not match a known client.422: request validation failed.