retrieve Oauth Configuration With Id
GET {{baseUrl}}/api/application/:applicationId/oauth-configuration
Retrieves the Oauth2 configuration for the application for the given Application Id.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-FusionAuth-TenantId | string | The unique Id of the tenant used to scope this API request. Only required when there is more than one tenant and the API key is not tenant-scoped. | |
Accept | string |
RESPONSES
status: OK
{"httpSessionMaxInactiveInterval":"\u003cinteger\u003e","logoutURL":"\u003cstring\u003e","oauthConfiguration":{"authorizedOriginURLs":["\u003cstring\u003e","\u003cstring\u003e"],"authorizedRedirectURLs":["\u003cstring\u003e","\u003cstring\u003e"],"authorizedURLValidationPolicy":"ExactMatch","clientAuthenticationPolicy":"Required","clientId":"\u003cstring\u003e","clientSecret":"\u003cstring\u003e","consentMode":"AlwaysPrompt","debug":"\u003cboolean\u003e","deviceVerificationURL":"\u003cstring\u003e","generateRefreshTokens":"\u003cboolean\u003e","logoutBehavior":"RedirectOnly","logoutURL":"\u003cstring\u003e","proofKeyForCodeExchangePolicy":"NotRequiredWhenUsingClientAuthentication","providedScopePolicy":{"address":{"required":"\u003cboolean\u003e","enabled":"\u003cboolean\u003e"},"email":{"required":"\u003cboolean\u003e","enabled":"\u003cboolean\u003e"},"phone":{"required":"\u003cboolean\u003e","enabled":"\u003cboolean\u003e"},"profile":{"required":"\u003cboolean\u003e","enabled":"\u003cboolean\u003e"}},"relationship":"FirstParty","requireClientAuthentication":"\u003cboolean\u003e","requireRegistration":"\u003cboolean\u003e","scopeHandlingPolicy":"Strict","unknownScopePolicy":"Allow"}}