geosolutions-it/ckanext-azure-auth

CKAN does not boot if bad info are provided in config

Closed this issue · 1 comments

etj commented

The ADFS logic performs some connections at boot time.
If the connection fails (network issues, bad adfs params, ...), CKAN won't boot.

CKAN should perform calls to the authentication andpoint only when requested to.

The request to the server is not removed.
Reason: In the received response presents url by which authentication should be performed
Added minor changes. In case of an error (4xx response) the text with an error is displayed instead of the authorization URL.