如果可能的话,我想将WSO2SP仪表板与来自WSO2AM的用户身份验证为IdP (https://docs.wso2.com/display/SP420/User+Management+via+the+IdP+Client+Interface)。
我做了以下配置(端口9446用于密钥管理器)
auth.configs:
type: external
properties:
kmDcrUrl: https://server:9446/identity/connect/register
kmTokenUrl: https://server:9446/oauth2
kmUsername: admin
kmPassword: admin
idpBaseUrl: https://server:9446/scim2
idpUsername: admin
idpPassword: admin
portalAppContext: portal
statusDashboardAppContext: monitoring
businessRulesAppContext : business-rules
databaseName: WSO2_OAUTH_APP_DB
cacheTimeout: 900
baseUrl: https://server:9643
grantType: password显然,URL https://server:9446/identity/connect/register返回403状态。
问题:
发布于 2019-02-25 06:58:41
即使我们使用WSO2AM DCR服务,WSO2AM 2.x也不支持SCIM2,并且不能使用没有SCIM2的外部IdP
https://stackoverflow.com/questions/53883505
复制相似问题