wso2 / product-is

Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and contributing code, click the link below.
http://wso2.github.io/
Apache License 2.0
746 stars 724 forks source link

Unable to Set Protocol in the Console for a Service Provider Registered Without a Protocol in the Carbon Management Console #17910

Closed AmshikaH closed 11 months ago

AmshikaH commented 11 months ago

Describe the issue:

In the Console, when applications (called service providers in the Carbon Management Console) are registered, the protocol is configured as well. Of the 5 types currently available, for Traditional Web Application and Standard-Based Application, it is mandatory to select a protocol when registering the application, whereas for the other 3, a protocol is configured by default.

However, in the Carbon Management Console, when service providers (called applications in the Console) are registered, it is not mandatory to configure a protocol.

When a service provider is registered in the Carbon Management Console without configuring a protocol and then accessed from the Console, selecting the protocol tab gives the following message.

image

How to reproduce:

  1. Register a service provider in the Carbon Management Console without setting the protocol (i.e., Inbound Authentication Configuration).
  2. Open the created service provider in the Console.
  3. Open the Protocol tab.

Expected behavior:

It should be possible to configure the protocol in the Console for service providers created in the Carbon Management Console or there should be a message informing the user to configure the protocol from the Carbon Management Console.

Environment information:


Optional Fields

Related issues:

Avarjana commented 11 months ago

Fix PR

Avarjana commented 11 months ago

Closing since the fix is in place.