I am testing WSO2 API Manager v1.9.0 for its possible use in my company, we are building some new apps using Rest API's for the backend and SPA's for our frontends. We conclude that it would require the use of OpenID Connect and WSO2 supports it.
We use ADFS 3.0 as our Identity Provider and I already managed to federate ADFS with WSO2 API Manager and I am able to authenticate the company users to obtain an access token. The process passes through the following steps:
Considering that my company already owns the user data, is there a way to disable the consent page and requires only the user to login?
The OpenID Connect specification is new for me so if you need more information please let me know.
Best regards
I find out how to disable the consent page. Edit the [WSO_API_MANAGER]/repository/conf/identity.xml and change the parameter SkipUserConsent to true.
<OpenIDConnect>
...
<SkipUserConsent>true</SkipUserConsent>
...
</OpenIDConnect>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With