A sample Flutter project for Single Sing-On feature.
To start this project following things need to be configured:
- Keycloak Server Keycloak
- Self Signed Certificate for Keycloak Server SSL Certificate (If required, http is fine)
For authorization purpose, flutter_appauth has been implemented.
In thie repo I have configured only Android App. You need to provide Keycloak SSL Certificate in Android Resource folder as per network_security_config.xml
Have Fun and Happy Coding.