...
4. Click Create to add an Atlassian cloud app.
SAML
...
Configuration
After logging into admin.atlassian.com, select Security → Identity Provider → Azure AD.
...
16. 고유한 사용자 id를 클릭합니다Click Unique user ID.
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.
최종적으로 아래와 같이 매핑되야 합니다.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.
최종적으로 아래와 같이 매핑되야 합니다.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.
17. 이제 Guard 로 돌아와서 다음을 클릭한 후 IdP 와 연결할 도메인을 선택해 줍니다Now, back in Guard, click Next and select the domain you want to associate with the IdP.
18. SAML 구성이 끝났습니다. “중지 및 SAML 저장" 을 클릭합니다You're done configuring SAML, click “Stop and save SAML”.
...