Skip to content

fix: rebranding okta fga to auth0 fga #1021

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## About OpenFGA
<!-- markdown-link-check-disable -->
[OpenFGA](https://github.com/openfga/openfga) is an open source Fine-Grained Authorization solution based on Google's Zanzibar. It was created by the Okta FGA team and welcomes community contribution. OpenFGA is designed to make it easy for application builders to quickly add fine-grained authorization to their applications. It offers an HTTP API and has SDKs for programming languages including [JavaScript](https://github.com/openfga/js-sdk), [GoLang](https://github.com/openfga/go-sdk) and [.NET](https://github.com/openfga/dotnet-sdk). More SDKs and integrations such as Rego are planned for the future. OpenFGA is designed and optimized for reliability and low latency at a high scale.
[OpenFGA](https://github.com/openfga/openfga) is an open source Fine-Grained Authorization solution based on Google's Zanzibar. It was created by the Auth0 FGA team and welcomes community contribution. OpenFGA is designed to make it easy for application builders to quickly add fine-grained authorization to their applications. It offers an HTTP API and has SDKs for programming languages including [JavaScript](https://github.com/openfga/js-sdk), [GoLang](https://github.com/openfga/go-sdk) and [.NET](https://github.com/openfga/dotnet-sdk). More SDKs and integrations such as Rego are planned for the future. OpenFGA is designed and optimized for reliability and low latency at a high scale.
<!-- markdown-link-check-enable-->

## About OpenFGA docs
Expand Down
2 changes: 1 addition & 1 deletion blog/fine-grained-news-2024-02.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ We'll be pretty busy during [KubeCon Europe 2024](https://events.linuxfoundation

- OpenFGA will be present in [Canonical's Operator's day](https://app.myonvent.com/event/operator-day/), co-located at KubeCon EU. Andres Aguiar and Massimilano Gori from Canonical, will talk about how Canonical adopted OpenFGA for implementing authorization in [Juju](https://juju.is/).

- Andres Aguiar will also be delivering a Lightning Talk titled **OpenFGA - The Cloud Native way to implement Fine Grained Authorization** (link not available yet :) ).
- Andres Aguiar will also be delivering a Lightning Talk titled **OpenFGA - The Cloud Native way to implement Fine-Grained Authorization** (link not available yet :) ).

We'll also have a kiosk in the CNCF Project Pavilion, so if you plan to attend let us know and we can schedule some time together!

Expand Down
2 changes: 1 addition & 1 deletion blog/fine-grained-news-2024-03.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ You can now watch online:

- An AppDeveloperCon session about [Implementing Modern Cloud Native Authorization Using OpenFGA](https://www.youtube.com/watch?v=5NkJHeToEwo) where [Pauline Jamin](https://github.com/paulinejamin) and [Andres Aguiar](https://github.com/aaguiarz) go over how OpenFGA is helping Agicap to implement fine-grained authorization.

- A 7-min Lightning Talk about [OpenFGA: The Cloud Native way to implement Fine Grained Authorization](https://www.youtube.com/watch?v=K7Me3OjFxJ0).
- A 7-min Lightning Talk about [OpenFGA: The Cloud Native way to implement Fine-Grained Authorization](https://www.youtube.com/watch?v=K7Me3OjFxJ0).

- [Jonathan Whitaker](https://www.linkedin.com/in/jonathan-whitaker-5a8b2484/)'s talk about [Federated IAM for Kubernetes with OpenFGA](https://www.youtube.com/watch?v=UaK1EnRgrng), demoing how to use OpenFGA and KeyCloak to implement fine-grained authorization in a Kubernetes cluster, in ways it's not possible today, like giving access to a user for 90 seconds.

Expand Down
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ hide_title: true

## About OpenFGA

[OpenFGA](https://github.com/openfga/openfga) is an open source Fine-Grained Authorization solution based on Google's Zanzibar. It was created by the Okta FGA team and welcomes community contribution. OpenFGA is designed to make it easy for application builders to quickly add fine-grained authorization to their applications. OpenFGA is designed and optimized for reliability and low latency at a high scale.
[OpenFGA](https://github.com/openfga/openfga) is an open source Fine-Grained Authorization solution based on Google's Zanzibar. It was created by the Auth0 FGA team and welcomes community contribution. OpenFGA is designed to make it easy for application builders to quickly add fine-grained authorization to their applications. OpenFGA is designed and optimized for reliability and low latency at a high scale.

It offers an HTTP API, a gRPC API, and has SDKs for programming languages including [JavaScript](https://github.com/openfga/js-sdk), [GoLang](https://github.com/openfga/go-sdk), [.NET](https://github.com/openfga/dotnet-sdk) and [Python](https://github.com/openfga/python-sdk) and [Java](https://github.com/openfga/java-sdk).

## Resources

- [Okta FGA Playground](https://play.fga.dev)
- [Auth0 FGA Playground](https://play.fga.dev)
- [Zanzibar Academy](https://zanzibar.academy)
- [OpenFGA on Twitter](https://twitter.com/OpenFGA)
- [OpenFGA Community](https://openfga.dev/community) in Slack and GitHub
Expand Down
2 changes: 1 addition & 1 deletion docs/content/getting-started/framework.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ func checkAuthorization(c *fiber.Ctx) error {
},
{
title: 'IoT',
description: 'Modeling Fine Grained Authorization for an IoT Security Camera System with {ProductName}.',
description: 'Modeling Fine-Grained Authorization for an IoT Security Camera System with {ProductName}.',
link: '../modeling/advanced/iot',
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/content/modeling/advanced/iot.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: IoT
description: Modeling fine grained authorization for an IoT security camera system
description: Modeling fine-grained authorization for an IoT security camera system
sidebar_position: 3
slug: /modeling/advanced/iot
---
Expand Down
2 changes: 1 addition & 1 deletion docs/content/modeling/advanced/slack.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -900,7 +900,7 @@ Upcoming tutorials will dive deeper into <ProductName format={ProductNameFormat.

<Playground title="Slack" preset="slack" example="Slack" store="slack" />

If you are interested in learning more about Authorization and Role Management at Slack, check out the Okta Fine Grained Authorization (FGA) team's chat with the Slack engineering team.
If you are interested in learning more about Authorization and Role Management at Slack, check out the Auth0 Fine-Grained Authorization (FGA) team's chat with the Slack engineering team.

<figure className="video_container">
<iframe
Expand Down
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const config = {
icon: 'ZanzibarIcon',
},
{
text: 'Okta FGA Playground →',
text: 'Auth0 FGA Playground →',
href: 'https://play.fga.dev/',
icon: 'ModelIcon',
},
Expand Down Expand Up @@ -70,7 +70,7 @@ const config = {
// link to the concept page (relative to baseURL)
conceptLink: `docs/concepts`,
longProductName: `OpenFGA`,
landingPageTitle: 'Fine Grained Authorization',
landingPageTitle: 'Fine-Grained Authorization',

// define playgroundName and playgroundURL if you want to show your examples through playground
//playgroundName: '',
Expand Down
Loading