TotalScrub
KKinde
•Created by Neurath on 11/14/2024 in #💻┃support
Entra SSO
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.
12 replies
KKinde
•Created by Neurath on 11/14/2024 in #💻┃support
Entra SSO
I don't work for Kinde so I can't access them. I'm just a random developer who also uses their product
12 replies
KKinde
•Created by Neurath on 11/14/2024 in #💻┃support
Entra SSO
Weird, it wasn't for me the other day when they fixed something on their end when I had the issue. Not sure sorry.
12 replies
KKinde
•Created by Neurath on 11/14/2024 in #💻┃support
Entra SSO
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
12 replies
KKinde
•Created by Neurath on 11/14/2024 in #💻┃support
Entra SSO
Have you looked at the network traffic in something like Chrome DevTools? It might give some hints.
12 replies
KKinde
•Created by ryno1234. on 7/1/2024 in #💻┃support
Gravatar images empty
@Oli - Kinde it's the same as what ryno1234 experienced. Kinde is generating gravatar URLs and sending these across in the picture claim, but they are just transparent images. It isn't a big deal for me. I'm not familiar with Gravatar but I assumed as a nice to have if the user doesn't have an avatar that comes across to Kinde (e.g. using username / password) that Gravatar would generate an avatar that could at least be used temporarily (e.g. an image with the initials of their name) so that could be shown as their avatar.
For now, I'm ignoring any Gravatar URLs and I'm just using a generic icon if the user doesn't have an avatar.
12 replies
KKinde
•Created by TotalScrub on 11/12/2024 in #💻┃support
Something went wrong - Is there an outage?
Just to close this off if others read it. Kinde was able to fix the issue.
5 replies
KKinde
•Created by TotalScrub on 11/12/2024 in #💻┃support
Something went wrong - Is there an outage?
@Oli - Kinde
"@nuxtjs/kinde": "^0.1.11"
.
It's weird, it has been working fine for days.5 replies
KKinde
•Created by ryno1234. on 7/1/2024 in #💻┃support
Gravatar images empty
I'm also experiencing this issue. Is there anything that can be discussed to rectify this? If not I might turn off the Gravatar feature
12 replies
KKinde
•Created by dillorscroft on 11/9/2024 in #💻┃support
Suspend an Organisation?
I wasn't aware that organisations couldn't be suspend (I'm still pretty new to Kinde) so I guess I'd need to manage this externally by keeping a state of the organisation linked to the Kinde organisation (which I'm already doing) with an active / deactive status. But the issue is that from Kinde's perspective users belonging to that organisation could still be authenticated . Custom middleware could be created to check the state of the organisation outside of Kinde, but IMO it does mean the security is a little more brittle. (Unless as suggested by OP you loop through every user to deactivate them)
8 replies
KKinde
•Created by dillorscroft on 11/9/2024 in #💻┃support
Suspend an Organisation?
I'm not the OP but it's something that I think a lot of people might need, especially with Kinde's upcoming billing capability. I think that the OP's use case is a good one. If an organisation is not paying (or has cancelled their account without wanting to delete all of their data) you would need to loop through each user and suspend them. Also, if you disable each user in this way and the organisation later reactivates (or makes payment) you can only guess based off the last time the user was updated if it was due to the logical deactivation of the organisation (in which case they should be reactivated) or if it was a deactivation for some other reason. (E.g. the user left the business so an admin deactivated them)
8 replies
KKinde
•Created by TotalScrub on 11/4/2024 in #💻┃support
Having problems with supplying scope to Kinde API
Thanks @Claire_Kinde I think it might need to go back to your engineering team to clarify. If most providers are putting (or at least supporting) scopes in the body then I would argue Kinde should fall in line with industry practice. I created another issue in the #🪲┃bug-reports channel and it looks like for M2M Kinde doesn't even look at the scopes, as long as the app is authorised for the scope, then it's allowed. I'm not sure what industry practice is here but I would suggest it's probably a combination of whatever OAuth 2.0 expects (or is generally agreed upon by vendors) and possibly some documentation updates.
5 replies
KKinde
•Created by TotalScrub on 11/4/2024 in #💻┃support
Having problems with supplying scope to Kinde API
5 replies
KKinde
•Created by TotalScrub on 10/24/2024 in #💻┃support
Registration post_login_redirect_url
5 replies
KKinde
•Created by TotalScrub on 10/24/2024 in #💻┃support
Registration post_login_redirect_url
Unfortunately I need to be able to register the user first (by call
/api/login/
) and I want to redirect them to the onboarding pages as a part of that process. For now I have a workaround using local storage which triggers a redirect, but I was hoping for something a bit cleaner. (Or I guess I could use a session cookie)5 replies