Hacker News new | ask | show | jobs
by basch 423 days ago
I prefer identity as the top layer. Give me an identity portal that acts as an account manager, access to api layer, let me perform password resets, and let me avoid 2fa if I’m logged into my identity manager account. It should allow bidirectional control: both what services have access to my identity, and what services anything in my identity are granted access to access. Things like LLM, cloud storage etc should be obscured away from services so they can’t tell my storage providers from one another. All access between services should cascade down from my identity portal.
2 comments

Who is going to pay for identity as a product and not just expect it as a free feature of another product suite?
Why not both? Use Apple or Microsoft or a third party identity provider.
I mean, that sounds basically like Oauth provided by the LLM provider, right? The provider just needs to build out the features.