OpenID Connect 및 sub 불일치

A user can log in to provider (WordPress if than plays any roll) and when that user returns to Discourse, it waits a bit and tells it didn’t happen. I see this in logs:

openid_connect_sub_mismatch: OmniAuth::Strategies::OpenIDConnect::SubVerifyError, OIDC sub mismatch.

Provider and Discourse hasn`t too many settings and I’m decently sure everything is as should be, but my feelings aren’t important now. So, is there something I can do?

Sub has a value, same as user ID is in WordPress and Discoure in my user’s case.

네, 방금 Clerk를 프로바이더로 사용할 때 같은 오류가 발생했습니다.

제 경우, 사용자 정보 응답에 sub 키가 포함되어 있지 않고 user_id만 있기 때문입니다.

수정: 이 문제를 Clerk에 알렸고, 이후 수정되었습니다 :heart: