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.
我已经设置了 OpenAM (SingleSignOn) 并且可以成功登录。下一步(不知道这是否可能)是使用身份验证请求发送额外的参数。
即:http ://auth.mysite.com/openam/identity/authenticate?username=gareth&password=myFirstPassword&uri=realm%3Dboohoo&extraParam=whateverIWant
如您所见,我想发送一些与用户相关的自定义数据。
OpenAM 有可能吗?
干杯。
使用基于 REST 的身份 Web 服务这是不可能的,因为 HttpRequest 没有通过。
同样在基于 AuthContext 的 auth 下方,它使用了一个回调...参见 javadoc。
问题是你想用这个额外的参数做什么?