简体   繁体   English

WSO2 API Manager(wso2am-4.1.0) - 为开发者门户和发布者定制登录页面

[英]WSO2 API Manager(wso2am-4.1.0) - Customize Login Pages for Developer Portal and Publisher

I'm trying to customize the login pages for the dev portal and publisher and I'm referring to the below documentation.我正在尝试为开发门户和发布者自定义登录页面,我指的是以下文档。

https://apim.docs.wso2.com/en/latest/reference/customize-product/customizations/customizing-login-pages-for-dev-portal-and-publisher/ https://apim.docs.wso2.com/en/latest/reference/customize-product/customizations/customizing-login-pages-for-dev-portal-and-publisher/

The 1st step tells to download the Identity Server and in the 2nd step, it says to start up the server using api-manager.sh which could be a mistake.第一步告诉你下载身份服务器,在第二步,它说使用 api-manager.sh 启动服务器,这可能是一个错误。

步骤 1 和 2

However, I have the following questions related to the scenario.但是,我有以下与场景相关的问题。

  1. In order to customize the login pages in APIM, should I start up the IS as a key manager as well?为了自定义 APIM 中的登录页面,我是否也应该将 IS 作为密钥管理器启动?
  2. Can't we customize the login pages just by using the JSP files readily available in the authentication endpoint in APIM?我们不能仅使用 APIM 身份验证端点中现成的 JSP 文件来自定义登录页面吗?

I guess the documentation should be updated.我想应该更新文档。 You can use the existing jsp files in the authentication endpoint if you use OAuth2/OpenID.如果您使用 OAuth2/OpenID,则可以在身份验证端点中使用现有的 jsp 文件。 If you are using SAML, then you have to use WSO2 IS as the IDP with WSO2 API Manager.如果您使用 SAML,则必须使用 WSO2 IS 作为 IDP 和 WSO2 API Manager。

Some samples can be found in [1].一些示例可以在 [1] 中找到。

By default API Manager uses OAuth2/OpenID.默认情况下 API 管理器使用 OAuth2/OpenID。 You can do the service provider configurations in API Manager.您可以在 API Manager 中进行服务提供商配置。 OAuth2/OpenID and SAML use the jsp files used in the authentication endpoint. OAuth2/OpenID 和 SAML 使用身份验证端点中使用的 jsp 文件。

[1] - https://github.com/wso2/samples-is/tree/master/re-branding-the-default-login-page [1] - https://github.com/wso2/samples-is/tree/master/re-branding-the-default-login-page

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 WSO2 API 管理器(wso2am-4.1.0) - 如何指向已经存在的 JDBC 用户存储? - WSO2 API Manager(wso2am-4.1.0) - How to Point an Already Existing JDBC Userstore? WSO2 API Manager(wso2am-4.1.0) - 如何让 carbon 控制台显示应用程序名称? - WSO2 API Manager(wso2am-4.1.0) - How to make the carbon console show application names? 在 wso2 api manager 4.1.0 发送 POST 请求 - send POST request in wso2 api manager 4.1.0 设计徽标和 Header 在 WSO2 API Manager 4.1.0 中不起作用 - Styling the Logo and Header not working in WSO2 API Manager 4.1.0 WSO2 API Manager 3.0 Session 未注销 Publisher - WSO2 API Manager 3.0 Session Not Logging Out of Publisher 在 WSO2 API Manager 4.1.0 - 动态身份验证中使用基本身份验证公开 API - Expose API with Basic Authentication in WSO2 API Manager 4.1.0 - Dynamic Authentication WSO2 API 管理器 4.1.0 集群双活节点似乎运行不正常 - WSO2 API manager 4.1.0 clustering active-active nodes seems not working well 使用 WSO2 Identity Server 和 WSO2 API Manager 保护后端 - Securing backend with WSO2 Identity Server and WSO2 API Manager 如何将 docker 中的 WSO2 API Manager (wso2am) 部署到远程服务器? - How to Deploy WSO2 API Manager (wso2am) in docker to the remote server? WSO2 API 管理器中的有效负载字段验证 - Payload field validation in WSO2 API Manager
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM