auth0/auth0-deploy-cli

Add ability to configure "Application Login URI" for applications in auth0

brian-mcdonell-invitae opened this issue · 1 comments

Checklist

Describe the problem you'd like to have solved

Similar to how we can configure "allowed_logout_urls" values for an application client, can support be added to set the "Application Login URI" value of an application?

See the link below for some context on what I'm asking to be confiurable:

Sorry if this is already supported... if it is supported - please tell me how this can be done. Thanks.

image

Describe the ideal solution

The Application Login URI would be configurable (if it isn't already).

Alternatives and current workarounds

No response

Additional context

No response

This is administered on your client with the initiate_login_uri property. Example:

My SPA.json

{
  "initiate_login_uri": "https://myapp.com/login"
}

tenant.yaml

  - name: My SPA
    initiate_login_uri: https://myapp.com/login