Skip to main content

Sign in with Naver

Community-contributed integration

This integration is community-maintained, not part of Ory's officially supported social sign-in providers. Reference implementation: ory/integrates/social-sign-in/naver. Contributions welcome.

Naver is South Korea's largest search portal and a complementary sign-in option to Kakao for products that target Korean users. Naver uses OAuth 2.0 rather than OIDC.

Setup​

  1. Register an app at the Naver Developers Console.
  2. Add the Ory redirect URI.
  3. Configure it as a generic provider via the Ory CLI with:
    • Authorization: https://nid.naver.com/oauth2.0/authorize
    • Token: https://nid.naver.com/oauth2.0/token
    • User info: https://openapi.naver.com/v1/nid/me
  4. Use Jsonnet to map response.id, response.email, and response.nickname.

Resources​