Atlassian Guard 와 Custom IdP(Keycloak) 와 연동

사전 준비 사항

 

 

Keycloak 설정

Basic Setup in Keycloak:

  1. Create a new realm in Keycloak if you haven't already

  2. Add a new client for Atlassian

  3. Configure the client as a SAML client

Configuration in Keycloak:

Client ID: https://[your-atlassian-domain] Valid Redirect URIs: https://[your-atlassian-domain]/login/callback Base URL: https://[your-atlassian-domain] Master SAML Processing URL: https://[your-atlassian-domain]/login/callback

 

Guard 설정

  1. Go to Security settings

  2. Enable SAML SSO

  3. Configure SAML settings:

    1. Identity provider issuer: Your Keycloak URL

    2. X.509 Certificate: Copy from Keycloak client settings

    3. SSO URL: Your Keycloak SAML endpoint