Find OAuth Identity Domain by name or ID
get
                    /oam/services/rest/ssa/api/v1/oauthpolicyadmin/oauthidentitydomain
Returns an Identity Domain. The search can be done either with the name or the ID of the Identity Domain. Only one of the query parameters needs to be specified.
                Request
Supported Media Types
                - application/json
- application/x-www-form-urlencoded
Query Parameters
                - 
                        id(required): string
                        
                        Unique ID of the Identity Domain
- 
                        name(required): string
                        
                        Name of the Identity Domain.
Response
Supported Media Types
                - application/json
200 Response
Sucessfully retrieved 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 retrive OAuth entity "IdentityDomain" - name "NameofIdentityDomain"