asgardeo / asgardeo-tomcat-oidc-agent

OIDC Agent for Tomcat using Java OIDC SDK for Asgardio
Apache License 2.0
15 stars 36 forks source link

Add supported features to the OIDC application #30

Closed kayathiri4 closed 3 years ago

kayathiri4 commented 3 years ago

Purpose

The current OIDC sample does not support some of the OIDC features at the moment such as assertion encryption. Hence, when the OIDC sample app returns the error page, the user should be notified about which flows are supported so that he can know whether he attempted an unsupported feature with the sample.

OIDC supported features

Fixes https://github.com/wso2-enterprise/asgardeo-product/issues/5264