Versions Compared

Key

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

...

4. Click Create to add an Atlassian cloud app.

Scroll title
titleApp 추가

image-20241118-150259.png

SAML

...

Configuration

  1. After logging into admin.atlassian.com, select SecurityIdentity ProviderAzure AD.

...

Scroll title
title특성 및 클레임 설정

image-20241119-052947.png

16. 고유한 사용자 id를 클릭합니다Click Unique user ID.

Scroll title

image-20241119-053118.png

15. Atlassian Cloud에는 nameidentifier(고유한 사용자 식별자)가 사용자의 이메일Atlassian Cloud requires a name identifier (a unique user identifier) to be mapped to the user's email (user.email)에 매핑되야 합니다. 
M365 가 있을 경우 원본 특성을 편집하고 user.mail로 변경한후 저장합니다If you have M365, edit the original attribute change it to user.mail, and save it.

Scroll title
titleM365가 있을 경우 매핑

image-20241119-053356.png

최종적으로 아래와 같이 매핑되야 합니다.In the end, you should end up with a mapping that looks like this

Code Block
특성attribute and 클레임claim
givenname       user.givenname
surname         user.surname
emailaddress    user.mail
name            user.userprincipalname
고유한 사용자 ID   user.mail

M365가 없을 경우 해당 사용자에 대한 이메일을 userprincipalname 특성에 저장하므로 user.userprincipalname으로 변경후 저장합니다If you don't have M365, the email for that user is stored in the userprincipalname attribute, so change it to user.userprincipalname and save it.

Scroll title
titleM365가 없을 경우 매핑

image-20241119-053845.png

최종적으로 아래와 같이 매핑되야 합니다.In the end, you should end up with a mapping that looks like this

Code Block
특성attribute and 클레임claim
givenname       user.givenname
surname         user.surname
emailaddress    user.mail
name            user.userprincipalname
고유한 사용자 ID   user.userprincipalname

16. 설정이 끝났으면 SSO 테스트 버튼을 눌러서 정상 동작 여부를 확인합니다Once you're done setting up, press the Test SSO button to verify that it works.

Scroll title
titleSSO 테스트

image-20241119-054330.png

17. 이제 Guard 로 돌아와서 다음을 클릭한 후 IdP 와 연결할 도메인을 선택해 줍니다Now, back in Guard, click Next and select the domain you want to associate with the IdP.

Scroll title
title도메인 연결

image-20241119-052411.png

18. SAML 구성이 끝났습니다. “중지 및 SAML 저장" 을 클릭합니다You're done configuring SAML, click “Stop and save SAML.

Scroll title
titleSAML 구성 완료
image-20241120-003618.png

...