Choose an OAuth 2.0 application flow
Guidewire Hub supports the following OAuth 2.0 flows for a browser-based application.
OAuth Flow | Description | Additional Information |
---|---|---|
Authorization code flow | For clients that have both a JavaScript client side and a trusted server side. | Using the Authorization Code flow |
Authorization code flow with PKCE | For clients that have a JavaScript client side but no trusted server side. | Using the Authorization Code flow with PKCE |
Client credentials flow | For server to server based applications (e.g. inbound integrations) | Client Credentials OAuth 2.0 application flow |