
왼쪽위 상단에 create realm 클릭

클라이언트를 생성 합니다.
마이크로 서비스 이기때문에 4번째는 꼭 체크해야 합니다
http://localhost:8180/realms/real_estate/.well-known/openid-configuration
으로 요청을 보냅니다.
http://localhost:8180/realms/real_estate/protocol/openid-connect/token
토큰을 요청합니다.

위와 같이 토큰을 발급 받습니다.
프론트엔드에서도 위같은방볍으로 토큰을 발급 받으면 따로auth api 설정은 하지않습니다