Q2C Fas (headless)
This web application is an headless abstraction layer on top of the Fas Login, so Cities can use FAS login in their CitizenWebsite by using the redirect link.
- We do not store any personal information from the citizen during the login process
- User store is in memory
- It redirects to the hosted Q2C Citizenweb through a redirect url with the required info from the citizen
Test urls
- /Home/LoginWithFas?returnUrl=/Home/Index
- /Home/LoginWithFas?returnUrl=https://q2c.eu
- /Home/LoginWithFas?returnUrl=https://knokke.q2c.eu
Additional cases
- Example configuration error. Run it from a azurewebsites url, instead of the configured fas-test1.genetecdev.net
- returnUrl is not an allowed domain
- Simulate Remote auth error (internal Url)
- Simulate Remote auth error (external Url)
Example API
Support for adding the key in the:- Url as parameter 'ApiKey''
- Header as name 'ApiKey'
- Header as name 'X-ApiKey'