K
Kinde4mo ago
Neurath

Entra SSO

Hello I'm setting up my first Enterprise connection and I am running into some errors, I was wondering if I could get some help. I get to the login stage and select my MS user and auth but after that I get something went wrong error.
12 Replies
TotalScrub
TotalScrub4mo ago
Have you looked at the network traffic in something like Chrome DevTools? It might give some hints.
Neurath
NeurathOP4mo ago
I have I just get back a html page with: Something went wrong when we tried to authenticate you, and we can’t offer a quick way out. Start a new session and try signing in again.
Neurath
NeurathOP4mo ago
No description
TotalScrub
TotalScrub4mo ago
You might need to wait for someone from Kinde to assist then. It looks similar to issue I had the other day. Although it also impacted me on simple username / password issues. Have you tried a non-Entra auth to see if you have the same problem? https://discord.com/channels/1070212618549219328/1305726026206416916/1305726026206416916
Neurath
NeurathOP4mo ago
All my other auth works fine and I'm using google and ms too
TotalScrub
TotalScrub4mo ago
Weird, it wasn't for me the other day when they fixed something on their end when I had the issue. Not sure sorry.
Neurath
NeurathOP4mo ago
Can you look into the backend kinde logs? Might share some light
TotalScrub
TotalScrub4mo ago
I don't work for Kinde so I can't access them. I'm just a random developer who also uses their product
Neurath
NeurathOP4mo ago
Any Kinde support able to help me with this please? I need a solution working quickly
TotalScrub
TotalScrub4mo ago
If you look at the thread I linked Oli (Kinde) advised lodging a request in #🤫┃confidential-support . They got it resolved for me pretty quickly afterwards.
Neurath
NeurathOP4mo ago
Something went wrong when we tried to authenticate you, and we can’t offer a quick way out. Start a new session and try signing in again. Error code: 4179
Ages
Ages2mo ago
Hi @Neurath Thanks for reach out, It appears you're encountering an error during the OAuth 2.0 callback process, specifically when exchanging the authorization code for an access token. The error message indicates that the secrets for the social provider have expired. This typically means that the credentials (such as client secrets) used to authenticate with the social provider are no longer valid. Recommended Steps: - Log into your social provider's developer console (e.g., Google Developer Console, Facebook for Developers) and check the status of your application's credentials. - If the credentials have expired or are invalid, generate new ones. - Navigate to your Kinde dashboard. - Go to the social connection settings and update the credentials with the new ones obtained from your social provider. - After updating the credentials, test the authentication flow to ensure that the error is resolved. If the issue persists after updating the credentials, please provide more details about the error message or any logs that might help in diagnosing the problem.

Did you find this page helpful?