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
727 stars 712 forks source link

hard coded alias value in identity provider > Advanced Tab #10142

Open NilukaSripalim opened 3 years ago

NilukaSripalim commented 3 years ago

Describe the issue: There is a hardcoded alias value in identity provider > Advanced Tab in OpenID connect Identity Provider the value: "https://localhost:9444/oauth2/token" when startup server with any offset

How to reproduce: Login to console > Develop Create Identity Server Create new OpenID connect IDP provide necessary inputs Validate created IDP Advanced tab

Environment information


image

NilukaSripalim commented 3 years ago

This value display in the Management console : image

brionmario commented 3 years ago

This seems like an issue with the backend. When the port offset is set to 2, following is the response from https://localhost:9445/api/server/v1/identity-providers/90cf8f9c-62ef-409a-a419-53fc2f717c05

{
...
"alias":"https://localhost:9444/oauth2/token",
...
}
thanujalk commented 3 years ago

This is not related to the port offset of the Identity Server. But we can improve the UI.

GoushiRam commented 6 months ago

This is available in the current console as well for social connections:

image