You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi snapchat team,
we integrate the login kit on the App side. After the App client gets the id token, we plan to send it to the back-end for verification, but we haven't found any detailed instructions in the document.
we only found these comments. // optional: for Snap OIDC (OpenID Connect) token // Snap OIDC (OpenID Connect) provides a generic authentication and identity solution // that allows otherwise different systems to interoperate and share authentication state // and user profile information. // Typically, this allows 3rd party backend services to accept and authenticate requests // from Snap clients. .withIdToken()
And also we can't find **well-known/openid-configuration** service. Could you help?
The text was updated successfully, but these errors were encountered:
Hi snapchat team,
we integrate the login kit on the App side. After the App client gets the id token, we plan to send it to the back-end for verification, but we haven't found any detailed instructions in the document.
we only found these comments.
// optional: for Snap OIDC (OpenID Connect) token // Snap OIDC (OpenID Connect) provides a generic authentication and identity solution // that allows otherwise different systems to interoperate and share authentication state // and user profile information. // Typically, this allows 3rd party backend services to accept and authenticate requests // from Snap clients. .withIdToken()
The text was updated successfully, but these errors were encountered: