ONTAP 9.15.1 commands

security oauth2 client delete

Delete OAuth 2.0 Provider

Availability: This command is available to cluster administrators at the admin privilege level.

Description

The security oauth2 client delete command is used to remove an OAuth 2.0 Provider configuration.

Parameters

-config-name <text> - Configuration Entry Name

This is the OAuth 2.0 configuration entry name.

Examples

The following example removes the OAuth 2.0 Provider configuration named auth1:

cluster1::> security oauth2 client delete -config-name auth1

The following example removes all OAuth2.0 Provider configurations:

cluster1::> security oauth2 client delete -config-name *
Top of Page