AuthorizationServerContract interface
External OAuth authorization server settings.
- Extends
Properties
authorization |
OAuth authorization endpoint. See http://tools.ietf.org/html/rfc6749#section-3.2. |
authorization |
HTTP verbs supported by the authorization endpoint. GET must be always present. POST is optional. |
bearer |
Specifies the mechanism by which access token is passed to the API. |
client |
Method of authentication supported by the token endpoint of this authorization server. Possible values are Basic and/or Body. When Body is specified, client credentials and other parameters are passed within the request body in the application/x-www-form-urlencoded format. |
client |
Client or app id registered with this authorization server. |
client |
Optional reference to a page where client or app registration for this authorization server is performed. Contains absolute URL to entity being referenced. |
client |
Client or app secret registered with this authorization server. This property will not be filled on 'GET' operations! Use '/listSecrets' POST request to get the value. |
default |
Access token scope that is going to be requested by default. Can be overridden at the API level. Should be provided in the form of a string containing space-delimited values. |
description | Description of the authorization server. Can contain HTML formatting tags. |
display |
User-friendly authorization server name. |
grant |
Form of an authorization grant, which the client uses to request the access token. |
resource |
Can be optionally specified when resource owner password grant type is supported by this authorization server. Default resource owner password. |
resource |
Can be optionally specified when resource owner password grant type is supported by this authorization server. Default resource owner username. |
support |
If true, authorization server will include state parameter from the authorization request to its response. Client may use state parameter to raise protocol security. |
token |
Additional parameters required by the token endpoint of this authorization server represented as an array of JSON objects with name and value string properties, i.e. {"name" : "name value", "value": "a value"}. |
token |
OAuth token endpoint. Contains absolute URI to entity being referenced. |
use |
If true, the authorization server will be used in the API documentation in the developer portal. False by default if no value is provided. |
use |
If true, the authorization server may be used in the developer portal test console. True by default if no value is provided. |
Inherited Properties
id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server. |
name | The name of the resource NOTE: This property will not be serialized. It can only be populated by the server. |
type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
authorizationEndpoint
OAuth authorization endpoint. See http://tools.ietf.org/html/rfc6749#section-3.2.
authorizationEndpoint?: string
Property Value
string
authorizationMethods
HTTP verbs supported by the authorization endpoint. GET must be always present. POST is optional.
authorizationMethods?: AuthorizationMethod[]
Property Value
bearerTokenSendingMethods
Specifies the mechanism by which access token is passed to the API.
bearerTokenSendingMethods?: string[]
Property Value
string[]
clientAuthenticationMethod
Method of authentication supported by the token endpoint of this authorization server. Possible values are Basic and/or Body. When Body is specified, client credentials and other parameters are passed within the request body in the application/x-www-form-urlencoded format.
clientAuthenticationMethod?: string[]
Property Value
string[]
clientId
Client or app id registered with this authorization server.
clientId?: string
Property Value
string
clientRegistrationEndpoint
Optional reference to a page where client or app registration for this authorization server is performed. Contains absolute URL to entity being referenced.
clientRegistrationEndpoint?: string
Property Value
string
clientSecret
Client or app secret registered with this authorization server. This property will not be filled on 'GET' operations! Use '/listSecrets' POST request to get the value.
clientSecret?: string
Property Value
string
defaultScope
Access token scope that is going to be requested by default. Can be overridden at the API level. Should be provided in the form of a string containing space-delimited values.
defaultScope?: string
Property Value
string
description
Description of the authorization server. Can contain HTML formatting tags.
description?: string
Property Value
string
displayName
User-friendly authorization server name.
displayName?: string
Property Value
string
grantTypes
Form of an authorization grant, which the client uses to request the access token.
grantTypes?: string[]
Property Value
string[]
resourceOwnerPassword
Can be optionally specified when resource owner password grant type is supported by this authorization server. Default resource owner password.
resourceOwnerPassword?: string
Property Value
string
resourceOwnerUsername
Can be optionally specified when resource owner password grant type is supported by this authorization server. Default resource owner username.
resourceOwnerUsername?: string
Property Value
string
supportState
If true, authorization server will include state parameter from the authorization request to its response. Client may use state parameter to raise protocol security.
supportState?: boolean
Property Value
boolean
tokenBodyParameters
Additional parameters required by the token endpoint of this authorization server represented as an array of JSON objects with name and value string properties, i.e. {"name" : "name value", "value": "a value"}.
tokenBodyParameters?: TokenBodyParameterContract[]
Property Value
tokenEndpoint
OAuth token endpoint. Contains absolute URI to entity being referenced.
tokenEndpoint?: string
Property Value
string
useInApiDocumentation
If true, the authorization server will be used in the API documentation in the developer portal. False by default if no value is provided.
useInApiDocumentation?: boolean
Property Value
boolean
useInTestConsole
If true, the authorization server may be used in the developer portal test console. True by default if no value is provided.
useInTestConsole?: boolean
Property Value
boolean
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From ProxyResource.id
name
The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From ProxyResource.name
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From ProxyResource.type