API ReferenceNew CentralGuidesMRT APIConfiguration API
GithubAirheads Developer Community
API Reference

Create identity store configuration.

Identity store to be used for Central NAC.
This store can be configured for Identity providers like Azure, Microsoft, Okta and local user or MAC based stores.
It can be referenced in authentication profiles and authorization policies and used for authentication and authorization.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
length ≤ 9999

Unique immutable identifier for identity store.

Query Params
string

LOCAL - To create local objects. SHARED - To create shared objects. Default - Defaults to SHARED if not provided

string

Scope at which local object needs to be created. Mandatory if object-type = LOCAL. Should not be provided for object-type = SHARED.

string

Device function for which the local object needs to be created. Mandatory if object_type = LOCAL. Should not be provided for object_type = SHARED.

Body Params

storebody object

Additional configuration for an X, formerly Twitter, social login identity store.

microsoft
object

Microsoft Entra ID store configuration. To configure Microsoft Entra ID, id-store-type field should be set to MICROSOFT.

google
object

Google Workspace store configuration. To configure Google Workspace, id-store-type field should be set to GOOGLE.

okta
object

Okta Workforce Identity store configuration. To configure Okta Workforce Identity, id-store-type field should be set to OKTA.

google-social
object

Google (social login) identity store configuration. To configure Google (social login) Workforce Identity, id-store-type field should be set to GOOGLE_SOCIAL.

facebook
object

Facebook social login identity store configuration. To configure Facebook social login, id-store-type field should be set to FACEBOOK.

linkedin
object

LinkedIn social login identity store configuration. To configure LinkedIn social login, id-store-type field should be set to LINKEDIN.

openid-connect
object

OpenID Connect identity store configuration. To configure an OpenID Connect provider, id-store-type field should be set to OPENID_CONNECT.

x
object

X social login identity store configuration. To configure X social login, id-store-type field should be set to X.

string
length between 0 and 255

Identity Store description.

string
length ≤ 9999

Unique immutable identifier for identity store.

string
enum
required

Identity Store type.

Show Details
FACEBOOKSign-in with a Facebook account (social login).
GOOGLEGoogle workspace.
GOOGLE_SOCIALSign-in with a Google account (social login).
LINKEDINSign-in with a LinkedIn account (social login).
LOCALLocal identity store.
MICROSOFTMicrosoft Entra ID.
NAMED_MPSKUnowned MPSK Store
OKTAOkta workspace.
OPENID_CONNECTSign-in with an OpenID Connect provider.
REGISTERED_DPPLocal Wi-Fi Easy Connect (DPP) registrations.
REGISTERED_MACSLocal registered MACs
XSign-in with an X (formerly Twitter) account (social login).
string
required
length between 1 and 255

Identity Store name.

Responses

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json