Fit access controls to your org, not the other way around | Oblique
Groups used for access controls can be based on department, reporting chain, or projects. The right answer is whatever maps best to how your org actually works.
Access controls should map to how your organization works β not the other way around.
Organizations generally grant access based on department, based on reporting chain, and based on projects. Use what works for your org.
oblique.security/blog/org-str...
19.02.2026 21:52
π 0
π 0
π¬ 0
π 0
So privileged to have such an amazing team π
13.02.2026 22:27
π 0
π 0
π¬ 0
π 0
And @ericchiang.bsky.social shares how useful he's found go's synctest, not just for speeding up tests, but deterministically test complex functionality like leader election.
oblique.security/blog/go-sync...
13.02.2026 22:27
π 0
π 0
π¬ 1
π 0
Johan walks through how to set up Protobuf, Connect and gRPC (like we do at Oblique) to define and implement the APIs between the frontend and backend, meaning we basically get type-safe frontend APIs.
oblique.security/blog/type-sa...
13.02.2026 22:26
π 0
π 0
π¬ 1
π 0
Our engineering team is cooking π³ and sharing great tidbits recently that you might have missed π§΅
13.02.2026 22:26
π 2
π 1
π¬ 1
π 0
Access requests are a bandaid, not a fix | Oblique
IT teams are overwhelmed with never-ending access requests. Getting off the identity treadmill means getting to fewer tickets over time, not faster tickets.
In other parts of security, weβve learned that fixing classes of problems is the only way we can address them for good β but we havenβt had that mindset shift yet in access management.
We need better controls, so that we can get to fewer tickets, not faster tickets.
oblique.security/blog/access-...
11.02.2026 19:26
π 2
π 1
π¬ 0
π 0
The real SSO tax | Oblique
The SSO tax shouldn't be about having SSO β it should be about enforcing it. The value of SSO is to centrally manage access and require strong authentication.
Itβs 2025 and many teams still canβt reliably enforce strong authentication across their app stack. Thatβs the real SSO tax: not paying to have SSO, but paying to enforce it.
Read more about how weβre approaching practical enforcement at Oblique: oblique.security/blog/real-ss...
08.12.2025 19:43
π 1
π 0
π¬ 0
π 0
What you really want to control access to is data, not systems β so why are we stuck thinking in systems? Our cofounder @mayakaczorowski.com shares what she learned researching tiered controls for our latest report on Modern Access Controls.
07.11.2025 02:48
π 1
π 0
π¬ 1
π 0
What we can learn from real-world authentication failures | Oblique
Recent breaches at Okta, Snowflake, and Twitter help us learn how to prevent authentication failures like credential theft, MFA bypass, and session hijacking.
Authentication failures from the last five years at Okta, Snowflake, and Twitter show very similar attacks, from credential theft, to MFA bypass, to session hijacking.
Dive deeper into these incidents and avoid repeating the same mistakes: oblique.security/blog/authn-f...
15.10.2025 17:58
π 0
π 0
π¬ 0
π 0
Don't rely on managers for access approvals β they don't work, for either security or speed.
Instead, get approvals from app owners who actually understand the systems and risks, and automate approvals that are always granted.
07.10.2025 18:28
π 0
π 0
π¬ 1
π 0
We see it all the time: internal security tools βworkβ but hurt to useβso people route around them. We break down why teams underinvest in UX and how to build tools users actually adopt. Treat security like a product. https://oblique.security/blog/security-ux/
07.10.2025 16:44
π 0
π 0
π¬ 0
π 0
We interviewed IT and security teams on what actually works in access control: shared ownership, data-first controls, enforce at change time, route approvals to app owners or automate, pre-approved groups for JIT access. https://oblique.security/blog/policies-report/
03.10.2025 06:54
π 0
π 0
π¬ 0
π 0
Delegate authority to those with context | Oblique
Business teams have context for access decisions but lack authority. Delegate to those closest to the resources by defining clear ownership for each app.
The biggest scaling challenge for IT and security teams isn't technical β it's organizational. When you're managing access for thousands of employees and hundreds of applications, you need to know: who owns what?
Read more in our latest post: oblique.security/blog/delegat...
17.09.2025 18:36
π 0
π 0
π¬ 0
π 0
If you're interested in learning more about what's happening in the IAM market β and who's competing with Okta and why β then you should read our cofounder @mayakaczorowski.com's latest post.
04.09.2025 17:35
π 0
π 0
π¬ 0
π 0
Why your RBAC roles aren't actually roles | Oblique
A role in RBAC should represent what someone actually does in your environment. Your job title makes a bad RBAC role: it's your position, not your function.
Your job title makes a bad RBAC role: what access does a Chief Happiness Officer need, anyways? A role in RBAC should represent what someone actually does in your environment. Your job title is your position, not your job function.
Read more in our latest blog post: oblique.security/blog/rbac-ro...
02.09.2025 17:29
π 0
π 0
π¬ 0
π 0
The New Commandments of Security Teams
Guest post by Maya Kaczorowski
Check out our cofounder @mayakaczorowski.com's post on @frankw.bsky.social's Frankly Speaking on how modern security teams are scaling.
Read the post for the new commandments of security teams: franklyspeaking.substack.com/p/the-new-co...
26.08.2025 17:02
π 3
π 1
π¬ 0
π 0
Check out the latest from our cofounder @ericchiang.bsky.social to learn about a neat Go type trick to avoid query injection in SQL builders.
18.08.2025 15:53
π 1
π 0
π¬ 0
π 0
Over the past 60 years, we've gone from reusing the same password everywhere to advanced biometric authentication like FaceID. Dive into the history of authentication in just 2 minutes!
13.08.2025 19:10
π 2
π 0
π¬ 0
π 0
The evolution of authentication, from passwords to passkeys | Oblique
Authentication has evolved from simple passwords to federated systems with passwordless logins, continuously balancing security and usability.
Authentication has evolved from simple passwords to federated systems with passwordless logins, with a constant push and pull to balance security and usability.
Deep dive into the evolution of authentication in our latest blog post!
oblique.security/blog/history...
13.08.2025 18:59
π 0
π 0
π¬ 0
π 0
Authenticating GitHub Actions without API keys | Oblique
Instead of minting long-lived APIs keys and warning users βkeep this secret,β let's use GitHub Action's OpenID Connect support instead.
Instead of minting long-lived API keys, you can use GitHub Actions' OpenID Connect support for workload identity. Here's how we authenticate config-as-code workflows in Oblique without secret management headaches.
Better security + Better developer experience π
oblique.security/blog/github-...
31.07.2025 23:02
π 3
π 0
π¬ 2
π 1
Chesterton's fence doesn't apply to access controls | Oblique
IT teams are scared to remove access they don't understand, leading to sprawling entitlements. Removing unused access isn't risky β never removing access is.
IT teams are afraid of removing access β what if something breaks?
Even if you don't know why someone has access, you should be able to figure out if they're using it. Removing unused access isn't risky β never removing access is.
Read more in our latest blog post: oblique.security/blog/chester...
27.06.2025 23:22
π 0
π 0
π¬ 0
π 0
Identity management is harder than it should be | Oblique
Identity management is surprisingly hard, as access controls change constantly, and getting them right requires context. We founded Oblique to work on impactful security problems.
Identity management has quietly become the primary security perimeter. But it's a mess β identity requires constant manual work that security teams burn out from.
At Oblique, we're helping organizations make their access controls actually maintainable.
Full post: oblique.security/blog/identit...
23.06.2025 19:09
π 6
π 1
π¬ 0
π 2