ory-client 1.22.36

OpenAPI API client for Ory Network, Ory's web-scale API for identity and access control.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# IdentityWithCredentialsOidcConfigProvider

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**organization** | Option<**String**> |  | [optional]
**provider** | **String** | The OpenID Connect provider to link the subject to. Usually something like `google` or `github`. | 
**subject** | **String** | The subject (`sub`) of the OpenID Connect connection. Usually the `sub` field of the ID Token. | 
**use_auto_link** | Option<**bool**> | If set, this credential allows the user to sign in using the OpenID Connect provider without setting the subject first. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)