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
- Register an app at the Naver Developers Console.
- Add the Ory redirect URI.
- 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
- Authorization:
- Use Jsonnet to map
response.id,response.email, andresponse.nickname.
Resources
- Naver Login API
- Ory generic OIDC provider docs
- Reference implementation: ory/integrates/social-sign-in/naver
