Adding User to Federated Identity Provider Using RESTMAN
search cancel

Adding User to Federated Identity Provider Using RESTMAN

book

Article ID: 381631

calendar_today

Updated On:

Products

CA API Gateway

Issue/Introduction

How to add a user to the Federated Identity Provider (FIP) by using RESTMAN

Environment

API Gateway

Resolution

This article assumes the FIP is already configured with X509 as credentials source type.

        1. Get the FIP details:
          • Request: GET: https://<GATEWAY_HOST>:8443/restman/1.0/identityProviders
          • Response:
        2. Copy the ID from the above response and build the URL for adding a user
          • Request: POST: https://<GATEWAY_HOST>:8443/restman/1.0/identityProviders/6b74e31426426da6e4e077b2941be821/users
          • Response:
        3. The user is now added to the FIP. Note down the ID from the response above. Now, add the certificate to this user.
          • Request: PUT: https://<GATEWAY_HOST>:8443/restman/1.0/identityProviders/6b74e31426426da6e4e077b2941be821/users/6b74e31426426da6e4e077b2941c305c/certificate
          • Response:
        4. Validate the user information in policy manager
        5. General tab:
        6. Certificate tab