Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我创建了自己的受 Oauth2 保护的 Web 服务。我目前正在为此使用restlet。当您在某个 url 上开发 javascript 客户端时,提供重定向 url 是有意义的,但是当您从 WebView 调用时,您会提供什么重定向 uri。
我目前只是让它重定向到本地主机并将其注册到 oauth 授权服务器。谁能告诉我这是处理这个问题的正确方法还是我完全错了?在 android 设备上当然找不到重定向页面,但您可以从附加到 localhost url 的 url 中获取令牌。
您可以制作自己的 URL 架构并将其用于重定向 URL 检查此链接以自定义您的架构