问题标签 [atlassian-crowd]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
git - 使用人群身份验证的 Git ls-remote 和 git update
我已将我的 Git 存储库切换为使用 Crowd 进行身份验证,而不是使用基本身份验证。当任何人都可以进行身份验证时,一切都很好,但是我有两个命令有问题,有什么想法可以解决吗?
git ls-remote -h HEAD 我无法在此处指定任何凭据(在 Jenkins 中)
git remote update 如何在这里传递凭据?
在 Jenkins 中,配置 Git 存储库 URL 时,我得到以下信息:
sonarqube - SonarQube:如何在使用 Crowd 时配置回退身份验证
Sonar 支持在使用 LDAP 身份验证时回退到内置身份验证。我希望同样适用于 Crowd,但不知何故,情况似乎并非如此。这是一个错误还是我错过了一些设置?
rest - 如何使用 Atlassian Crowd REST API 向用户添加多个组?
我在此页面上看到我可以通过 POSTing 将用户添加到组中/user/group/direct?username=USERNAME
,但是看起来您一次只能向用户添加一个组。我将进行的 API 调用可能需要我添加几个,最好将所有组放入一个 POST 请求中。有没有办法做到这一点?
node.js - Node.js - 使用带有内部 CA 的 https.request()
谁让我得到 https.request() 来信任我的内部签名的服务器证书。这是我在 v0.10.25 中运行的代码的一个简单示例:
我在一个 Windows 系统上运行它,我的内部根 CA 在系统级别受信任,但是每当我提出这样的请求时,我都会遇到异常
更详细一点,这一切都发生在我试图用于身份验证的node-atlassian-crowd模块内部
java - maven error while building spring-crowd-security sample
I'm trying to build a sample application from here.
I 'm getting this error message while running mvn clean install -U
:
[ERROR] Failed to execute goal on project crowd-spring-security-sample: Could not resolve dependencies for project test:crowd-spring-security-sample:jar:1.0-SNAPSHOT: Could not find artifact com.atlassian.crowd:crowd-integration-springsecurity:jar:2.5.1 in central (http://repo.maven.apache.org/maven2) -> [Help 1]
Could somebody point where I am missing something? Here is my pom:
linux - 在 Atlassian 人群中将内部数据库更改为外部 JDBC
我已经在 Centos 6 上使用内部数据库方法安装了 Atlassian crowd。安装成功,现在我想使用 JDBC 使用外部数据库(mysql)。我找不到实现这一目标的选项。我怎样才能做到这一点?
jenkins - Can I use Atlassian Crowd to authenticate gerrit instead of ldap?
I have been evaluating Atlassian Crowd for my organization and we use gerrit as one of our main services along with jira, confluence, jenkins. I am trying to find out if we can use crowd as authentication support for gerrit instead of LDAP.
java - 人群安装错误
我试图安装人群。我无法安装它,因为它没有启动进程(我无法打开http://crowd.mydomain.com:8095/crowd
),它给了我一个空白屏幕。
这是来自的日志/var/crowd-home/atlassian-crowd.log
cookies - 在 Atlassian Crowd + IIS(ARR) 代理中制作的 2 个不同域的 Cookie
有 3 个服务器,IIS(WEB)、JIRA 和 Crowd。
用户可以使用 IIS 代理 (ARR) 访问 JIRA,例如http://xxx.yyy.zzz.com/jira
.
一个问题是 WEB(IIS) 服务器将 Crowd cookie 设为 *.yyy.zzz.com,而 JIRA 将其设为 xxx.yyy.zzz.com。当存在 xxx.yyy.zzz.com 的 cookie 时,一些用户无法登录 Jira,导致其他 cookie 为 *.yyy.zzz.com 的崩溃。
我想让 JIRA 将 cookie 制作为 *.yyy.zzz.com 以避免制作两个不同的 cookie。
oauth - JIRA oauth 与 Crowd SSO 服务器
我正在帮助客户使用与 Crowd 用户数据库相关联的 OAuth for JIRA。每当用户尝试对 JIRA 授权端点进行 oauth 时,他们就会被重定向到他们的仪表板。
当有人群用户数据库时,如何使用 JIRA 进行 OAuth?