Update an existing OAuth Identity Domain
put
                    /oam/services/rest/ssa/api/v1/oauthpolicyadmin/oauthidentitydomain
Request
Supported Media Types
                - application/json
- application/xml
Query Parameters
                - 
                        name(required): string
                        
                        Name of the Identity Domain
Identity Domain that needs to be modified
                
                
                
                Root Schema : IdentityDomain
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    Show Source
        object- 
            consentPageURL: 
            string
            Fully qualified URL of the customized consent page
- 
            customAttrs: 
            string
            Attribute of user in IDStore to store the encrypted secretkey for TOTP
- 
            description: 
            string
            
- 
            errorPageURL: 
            string
            Fully qualified URL of the customized error page
- 
            identityProvider: 
            string
            Name of the identity store against which authentication is completed
- 
            name(required): 
            string
            Name of the Identity Domain
- 
            oldSecretRetentionTimeInDays: 
            integer
            Specifies the rollover period for previous client secret to continue working. The previous client secret is assigned when a client secret is changed.
- 
            tokenSettings: 
            array  tokenSetting
            
            
Nested Schema : TokenSettings
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    Show Source
        object- 
            lifeCycleEnabled: 
            boolean
            Default Value:false
- 
            refreshTokenEnabled(required): 
            boolean
            Default Value:false
- 
            refreshTokenExpiry(required): 
            integer(int64)
            
- 
            refreshTokenLifeCycleEnabled: 
            boolean
            Default Value:false
- 
            tokenExpiry(required): 
            integer(int64)
            
- 
            tokenType(required): 
            string
            Allowed Values:[ "ACCESS_TOKEN", "AUTHZ_CODE", "SSO_LINK_TOKEN" ]Type of the token
Response
Supported Media Types
                - application/json
200 Response
Sucessfully created entity - OAuthIdentityDomain, detail
                
                
                    Root Schema : IdentityDomain
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    Show Source
        object- 
            consentPageURL: 
            string
            Fully qualified URL of the customized consent page
- 
            customAttrs: 
            string
            Attribute of user in IDStore to store the encrypted secretkey for TOTP
- 
            description: 
            string
            
- 
            errorPageURL: 
            string
            Fully qualified URL of the customized error page
- 
            identityProvider: 
            string
            Name of the identity store against which authentication is completed
- 
            name(required): 
            string
            Name of the Identity Domain
- 
            oldSecretRetentionTimeInDays: 
            integer
            Specifies the rollover period for previous client secret to continue working. The previous client secret is assigned when a client secret is changed.
- 
            tokenSettings: 
            array  tokenSetting
            
            
Nested Schema : TokenSettings
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    Show Source
        object- 
            lifeCycleEnabled: 
            boolean
            Default Value:false
- 
            refreshTokenEnabled(required): 
            boolean
            Default Value:false
- 
            refreshTokenExpiry(required): 
            integer(int64)
            
- 
            refreshTokenLifeCycleEnabled: 
            boolean
            Default Value:false
- 
            tokenExpiry(required): 
            integer(int64)
            
- 
            tokenType(required): 
            string
            Allowed Values:[ "ACCESS_TOKEN", "AUTHZ_CODE", "SSO_LINK_TOKEN" ]Type of the token
422 Response
Failed to update OAuth entity "IdentityDomain" - name "NameofIdentityDomain"