本文介绍了在元数据文档中找不到WsTrust端点的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
请为此提供帮助:https://stackoverflow.com/questions/54793786/wstrust-endpoint-not-found-in-metadata-document
Any help for this please: https://stackoverflow.com/questions/54793786/wstrust-endpoint-not-found-in-metadata-document
我正在按照本教程(https://github.com/Azure-Samples/active-directory-java-native-headless)学习如何在用户之后获取令牌成功登录。
I am following this tutorial (https://github.com/Azure-Samples/active-directory-java-native-headless) to learn how to get token after user successful login.
推荐答案
您的客户端ID将与您的应用程序ID匹配,因为它们是同义词。
Your Client ID will match your application ID, as these are synonymous.
这篇关于在元数据文档中找不到WsTrust端点的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!