...
Click Next.
Scroll title | ||
---|---|---|
|
5. SAML 세부 정보 추가 화면이 표시되면 해당 브라우저 창을 열고 아래 6번 항목으로 전환합니다.
...
6. 브라우저 새 창을 띄우고 최소한 클라우드 애플리케이션 관리자로 Microsoft Entra 관리 센터에 로그인합니다.
...
Open a new browser window to Add SAML Details andlog in to the Microsoft Entra admin center as a Cloud Application Administrator.
Move to ID → Application → Enterprise Application and click Atlassian Cloud. Then select Single Sign-On settings below.
Scroll title | ||
---|---|---|
|
Click on SAML in the SSO method selection.
Scroll title | ||
---|---|---|
|
...
...
On the Single Sign-On
...
setup page with SAML, scroll down to configure Atlassian Cloud
...
. Copy the “
...
Login URL
...
”
...
and Microsoft Entra
...
identifier.
Scroll title |
---|
...
Paste it into the Atlassian Guard
...
setting.
Scroll title | ||
---|---|---|
| ||
10. SAML 서명 인증서 섹션에서 인증서(Base64)를 찾은 후 다운로드를 클릭하여 인증서를 컴퓨터에 다운로드한 후에 에디터로 파일을 엽니다In the SAML Signature Certificate section, after finding the Certificate (Base64), click Download to download the certificate to your computer, then open the file with an editor.
Scroll title | ||
---|---|---|
|
에디터로 연 후에 모든 내용을 선택해서 복사해 놓은 후에 이 값을 Atlassian Guard 의 “공개 x509 인증” 항목에 붙여 넣고 다음을 클릭합니다.
...
title | X509 인증서 복사 |
---|
...
Copy the certificate and paste it into the "Public x509 certificate" field of Atlassian Guard, then click Next.
Note |
---|
The certificate must include -----BEGIN CERTIFICATE----- 과 and -----END CERTIFICATE----- 가 포함되어야 합니다. |
...
. |
Scroll title | ||
---|---|---|
| ||
12. The Entity URL and ACS (Assertion Consumer Service) 가 표시됩니다. 이 값을 복사해둔 후에 Entra ID 의 “SAML로 will be displayed. After copying this value, switch to "Set up Single Sign-On 설정” 로 전환합니다with SAML" in Microsoft Entra ID.
Scroll title | ||
---|---|---|
|
...
Click “Basic SAML Configuration" and click Edit.
Scroll title | ||
---|---|---|
|
...
With the copied values from 12, paste the “Service Provider Entity URL” into the Identifier (Entity ID) field, and paste the “Service Provider ACS URL” into the Reply URL. Then, add the address of the Atlassian Cloud you are using to the “Login URL”. (like hkmc-cci.atlassian.net)
Scroll title | ||
---|---|---|
|
...
Edit attributes & claims
Scroll title | ||
---|---|---|
| ||
1516. 고유한 사용자 id를 클릭합니다.
Scroll title |
---|
15. Atlassian Cloud에는 nameidentifier(고유한 사용자 식별자)가 사용자의 이메일(user.email)에 매핑되야 합니다.
M365 가 있을 경우 원본 특성을 편집하고 user.mail로 변경한후 저장합니다.
...
Code Block |
---|
특성 및 클레임 givenname user.givenname surname user.surname emailaddress user.mail name user.userprincipalname 고유한 사용자 ID user.mail |
M365가 없을 경우 해당 사용자에 대한 이메일을 userprincipalname 특성에 저장하므로 user.userprincipalname으로 변경후 저장합니다.
...