问题标签 [auth0-delegated-admin]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
70 浏览

authentication - Auth0:添加 login_hint 查询参数以在更改密码后重定向 URL

有没有办法在更改密码后收到的 URL中添加login_hint查询参数和查询参数?iss

详细用例:将向用户发送密码更改票电子邮件。用户单击change password URL,并更改密码。然后在成功消息之后,用户点击back to按钮。用户通过应用程序的重定向被重定向到 auth0 登录页面。到达应用程序(重定向 URL)时,仅在issURL 中附加查询参数。有没有办法附加login_hint查询参数?这样/authorize通过应用程序命中的端点将自动附加login_hint并且电子邮件字段将自动填充?