Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Click Next.

Scroll title
title안내 화면

5. SAML 세부 정보 추가 화면이 표시되면 해당 브라우저 창을 열고 아래 6번 항목으로 전환합니다.

...

6. 브라우저 새 창을 띄우고 최소한 클라우드 애플리케이션 관리자로 Microsoft Entra 관리 센터에 로그인합니다.

...

image-20241119-045208.png

  1. Open a new browser window to Add SAML Details andlog in to the Microsoft Entra admin center as a Cloud Application Administrator.

  1. Move to IDApplicationEnterprise Application and click Atlassian Cloud. Then select Single Sign-On settings below.

Scroll title
titleSSO 설정
8. SSO 방법 선택에서 SAML 을 클릭합니다

image-20241118-150709.png

  1. Click on SAML in the SSO method selection.

Scroll title
titleSAML 선택

...

image-20241118-150818.png

...

  1. On the Single Sign-On

...

  1. setup page with SAML, scroll down to configure Atlassian Cloud

...

  1. . Copy the

...

  1. Login URL

...

...

  1. and Microsoft Entra

...

  1. identifier.

Scroll title

...

image-20241119-045749.png

  1. Paste it into the Atlassian Guard

...

  1. setting.

Scroll title
titleGuard SAML 설정

image-20241119-050445.png

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
titleBASE64 인증서 저장

에디터로 연 후에 모든 내용을 선택해서 복사해 놓은 후에 이 값을 Atlassian Guard 의 “공개 x509 인증” 항목에 붙여 넣고 다음을 클릭합니다.

...

titleX509 인증서 복사

...

image-20241119-050743.png

  1. 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
titleX509 인증서 복사

image-20241119-050923.png

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
titleIdP 에 설정할 URL

...

image-20241119-051410.png

  1. Click “Basic SAML Configuration" and click Edit.

Scroll title
title기본 SAML 구성

...

image-20241119-051656.png

  1. 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
titleEntra ID 에 Guard URL 설정

...

image-20241119-052230.png

  1. Edit attributes & claims

Scroll title
title특성 및 클레임 설정

image-20241119-052947.png

1516. 고유한 사용자 id를 클릭합니다.

Scroll title

image-20241119-053118.png

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으로 변경후 저장합니다.

...