This feature is currently in Private Preview. To access this feature, you need to join our Early Access Program.
Please note that currently, StreamNative Cloud only supports managing OAuth/OIDC identity providers through snctl
. Support for the Console and Terraform will be available soon.
You can register an OAuth/OIDC identity provider on StreamNative Cloud to grant applications and services access to StreamNative Cloud resources. A registered OAuth/OIDC identity provider uses the industry standard OAuth 2.0 and OpenID Connect (OIDC) protocols to authenticate users and services, reduce operational overhead, and improve security.
Before registering an OAuth/OIDC identity provider, ensure you have:
To obtain the OIDC discovery URL for an OIDC provider, you typically need to know the base URL of the provider. The discovery URL is constructed by appending /.well-known/openid-configuration
to the base URL. Here’s how you can find it:
Many OIDC providers specify their discovery URLs in their documentation. Common examples include:
https://accounts.google.com/.well-known/openid-configuration
https://<your-auth0-domain>/.well-known/openid-configuration
https://<your-okta-domain>/.well-known/openid-configuration
https://login.microsoftonline.com/<your-tenant-id>/v2.0/.well-known/openid-configuration
(where <your-tenant-id>
is your Azure AD tenant ID or “common” for multi-tenant)If you know the base domain of your OIDC provider, construct the discovery URL like this:
Examples:
https://example-oidc-provider.com/.well-known/openid-configuration
Once you have the discovery URL:
Open it in a browser or use a tool like curl
or wget
to ensure it returns a JSON configuration.
If you cannot find the base URL or documentation, contact your provider’s support team or administrator to obtain the correct discovery URL.
For organizations using a custom or private OIDC implementation, the discovery URL will be specific to your deployment. Contact your OIDC provider administrator to obtain the appropriate URL.
You can register an OAuth/OIDC identity provider by running the following command:
Alternatively, you can prepare a manifest file oidc-provider.yaml
for the identity provider as follows:
Then, create the identity provider by running the following command:
Once the identity provider is created, you can check the status of the identity provider by running the following command:
You should be able to see the status of the identity provider as Ready
.
You can register an OAuth/OIDC identity provider by running the following command:
Alternatively, you can prepare a manifest file oidc-provider.yaml
for the identity provider as follows:
Then, create the identity provider by running the following command:
Once the identity provider is created, you can check the status of the identity provider by running the following command:
You should be able to see the status of the identity provider as Ready
.
You can update the description and discovery URL of an OAuth/OIDC identity provider. When updating the discovery URL, ensure that StreamNative Cloud can still access the old discovery URL during the update process to avoid disrupting applications and services that use the identity provider.
To update an OAuth/OIDC identity provider, follow these steps:
You can use snctl edit <oidc-provider-name>
to update the description and discovery URL of an OAuth/OIDC identity provider.
Alternatively, you can edit the manifest file oidc-provider.yaml
and then apply the changes by running the following command:
You can also check the status of the identity provider by running the following command:
You can use snctl edit <oidc-provider-name>
to update the description and discovery URL of an OAuth/OIDC identity provider.
Alternatively, you can edit the manifest file oidc-provider.yaml
and then apply the changes by running the following command:
You can also check the status of the identity provider by running the following command:
Deleting an OAuth/OIDC identity provider is irreversible and will remove all the information associated with the identity provider. This can cause disruption to the applications and services that use the identity provider.
You can delete an OAuth/OIDC identity provider by running the following command:
You can delete an OAuth/OIDC identity provider by running the following command:
This feature is currently in Private Preview. To access this feature, you need to join our Early Access Program.
Please note that currently, StreamNative Cloud only supports managing OAuth/OIDC identity providers through snctl
. Support for the Console and Terraform will be available soon.
You can register an OAuth/OIDC identity provider on StreamNative Cloud to grant applications and services access to StreamNative Cloud resources. A registered OAuth/OIDC identity provider uses the industry standard OAuth 2.0 and OpenID Connect (OIDC) protocols to authenticate users and services, reduce operational overhead, and improve security.
Before registering an OAuth/OIDC identity provider, ensure you have:
To obtain the OIDC discovery URL for an OIDC provider, you typically need to know the base URL of the provider. The discovery URL is constructed by appending /.well-known/openid-configuration
to the base URL. Here’s how you can find it:
Many OIDC providers specify their discovery URLs in their documentation. Common examples include:
https://accounts.google.com/.well-known/openid-configuration
https://<your-auth0-domain>/.well-known/openid-configuration
https://<your-okta-domain>/.well-known/openid-configuration
https://login.microsoftonline.com/<your-tenant-id>/v2.0/.well-known/openid-configuration
(where <your-tenant-id>
is your Azure AD tenant ID or “common” for multi-tenant)If you know the base domain of your OIDC provider, construct the discovery URL like this:
Examples:
https://example-oidc-provider.com/.well-known/openid-configuration
Once you have the discovery URL:
Open it in a browser or use a tool like curl
or wget
to ensure it returns a JSON configuration.
If you cannot find the base URL or documentation, contact your provider’s support team or administrator to obtain the correct discovery URL.
For organizations using a custom or private OIDC implementation, the discovery URL will be specific to your deployment. Contact your OIDC provider administrator to obtain the appropriate URL.
You can register an OAuth/OIDC identity provider by running the following command:
Alternatively, you can prepare a manifest file oidc-provider.yaml
for the identity provider as follows:
Then, create the identity provider by running the following command:
Once the identity provider is created, you can check the status of the identity provider by running the following command:
You should be able to see the status of the identity provider as Ready
.
You can register an OAuth/OIDC identity provider by running the following command:
Alternatively, you can prepare a manifest file oidc-provider.yaml
for the identity provider as follows:
Then, create the identity provider by running the following command:
Once the identity provider is created, you can check the status of the identity provider by running the following command:
You should be able to see the status of the identity provider as Ready
.
You can update the description and discovery URL of an OAuth/OIDC identity provider. When updating the discovery URL, ensure that StreamNative Cloud can still access the old discovery URL during the update process to avoid disrupting applications and services that use the identity provider.
To update an OAuth/OIDC identity provider, follow these steps:
You can use snctl edit <oidc-provider-name>
to update the description and discovery URL of an OAuth/OIDC identity provider.
Alternatively, you can edit the manifest file oidc-provider.yaml
and then apply the changes by running the following command:
You can also check the status of the identity provider by running the following command:
You can use snctl edit <oidc-provider-name>
to update the description and discovery URL of an OAuth/OIDC identity provider.
Alternatively, you can edit the manifest file oidc-provider.yaml
and then apply the changes by running the following command:
You can also check the status of the identity provider by running the following command:
Deleting an OAuth/OIDC identity provider is irreversible and will remove all the information associated with the identity provider. This can cause disruption to the applications and services that use the identity provider.
You can delete an OAuth/OIDC identity provider by running the following command:
You can delete an OAuth/OIDC identity provider by running the following command: