snctl
. Support for the Console and Terraform will be available soon./.well-known/openid-configuration
to the base URL. Here’s how you can find it:
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)https://example-oidc-provider.com/.well-known/openid-configuration
curl
or wget
to ensure it returns a JSON configuration.
oidc-provider.yaml
for the identity provider as follows:Ready
.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: