wso2为:Oauth默认隐藏;手动时给出例外情况;“未隐藏”;

wso2为:Oauth默认隐藏;手动时给出例外情况;“未隐藏”;,wso2,wso2is,Wso2,Wso2is,安装Identity Server后,我无法按照教程进行操作 因为“OAuth”不会出现在管理控制台的main->manage下。检查carbon.xml显示默认情况下它是隐藏的(欢迎合理解释) 在carbon.xml中启用它会使其出现,但当我注册一个新应用程序时,会出现以下错误: ERROR {org.apache.catalina.core.ApplicationDispatcher} - Servlet.service() for servlet bridgeservlet threw

安装Identity Server后,我无法按照教程进行操作 因为“OAuth”不会出现在管理控制台的main->manage下。检查carbon.xml显示默认情况下它是隐藏的(欢迎合理解释)

在carbon.xml中启用它会使其出现,但当我注册一个新应用程序时,会出现以下错误:

ERROR {org.apache.catalina.core.ApplicationDispatcher} -  Servlet.service() for servlet 
bridgeservlet threw exception {org.apache.catalina.core.ApplicationDispatcher}
java.lang.NullPointerException
at org.apache.jsp.application.configure_002dservice_002dprovider_jsp._jspService(org.apache.jsp.application.configure_002dservice_002dprovider_jsp:155)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:111)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:403)
...

ERROR {org.apache.tiles.jsp.taglib.RoleSecurityTagSupport} -  IO Error executing tag: JSPException
while including path '/application/configure-service-provider.jsp'. ServletException while 
including page. {org.apache.tiles.jsp.taglib.RoleSecurityTagSupport}
java.io.IOException: JSPException while including path '/application/configure-service-provider.jsp'. ServletException while including page.
    at org.apache.tiles.jsp.context.JspTilesRequestContext.include(JspTilesRequestContext.java:91)
    at org.apache.tiles.jsp.context.JspTilesRequestContext.dispatch(JspTilesRequestContext.java:82)
    at org.apache.tiles.impl.BasicTilesContainer.render(BasicTilesContainer.java:465)
....

以前有人见过这个吗?我正在使用WSO2 Identity Server 5.0.0

这篇文章是为WSO2 IS 4.6.0编写的,还没有在IS 5.0中试用过。但是你也应该能够使用IS 5.0。唯一的挑战是5.0的UI结构与4.6.0略有不同

对于IS 5.0中与OAuth相关的配置,请转到
服务提供商
并添加新的服务提供商。然后转到入站身份验证配置
OAuth/OpenID连接配置
配置

希望这有帮助


编辑:您可以找到官方文档。

看起来4.6.0没有这些问题!