我正在使用Cognito托管的UI进行登录(隐式授予),我能够成功登录。我在回调URL中将访问令牌作为哈希值接收。如何从URL中提取令牌并获取用户详细信息,例如Name和PhoneNumber?
注意:不使用任何SDK
我的requestURL如下 https:///login?response_type=token&client_id= *************&redirect_uri = http://localhost:8080/searchEvent
重定向的网址如下
http://localhost:8080/searchEvent#id_token= **************&access_token = ************&expires_in = 3600&token_type = Bearer
我确实参加了各种论坛,但没有运气。