UpdateProductIntegrationOpenIdConfigurationInput
Specifies the OpenID 2.0 single sign-on configuration to update within a product integration
This page contains
Fields
| integrationConfigurationId ID! | Unique ID of the product integration configuration the OpenID 2.0 single sign-on configuration will be updated in. |
| loginMethod OpenIdConfigurationLoginMethod | HTTP Method used when redirecting the user to the OpenID 2.0 login URL. |
| loginUrl String | URL a user is redirected to when they click the 'MyApps' tile to initiate single sign-on. |
| realm String | OpenID realm of the requests sent by your Open ID consumer. |
Mutations for UpdateProductIntegrationOpenIdConfigurationInput
| updateProductIntegrationOpenIdConfiguration | Update the OpenID 2.0 single sign-on configuration within an existing product integration |