I was able to activate the HTTP port (9763
) but it keeps switching back to HTTPS (9443
).
Both the admin interface and the OAUTH2
service point I have created are available on HTTP, but when I try to make an OAUTH2 authentication, right after submitting the username and password, it asks for access permission to the profile claims (oauth2_consent.do
) and it does this over HTTPS.
How could I have the full interaction with WSO2 on a single port, the HTTP port?
I have already seen this other question but it refers to an older WSO2 version and 5.4.1 is now different.
PS: Please do not switch this discussion to security concerns.