Skip to content

Bug: Delivery Service Setup Tool Generating Incorrect Profile Data Format #1172

Description

@Pragati-mfsi

In Step 3 of the delivery service setup tool "Publish profile," the profile data is being generated in the wrong format. The output is missing the required data:application/json prefix.

Current Behavior
The tool currently generates the following JSON format:
{"publicEncryptionKey":"publicEncryptionKey_value","publicSigningKey":"publicSigningKey_value","url":"delivery_service_url"}

Expected Behavior
The tool should generate the profile data in the following format:

data:application/json,{"publicEncryptionKey":"publicEncryptionKey_value","publicSigningKey":"publicSigningKey_value","url":"delivery_service_url"}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions