mutantsan / ckanext-msal

Login to CKAN using The Microsoft Authentication Library (MSAL)
GNU Affero General Public License v3.0
0 stars 2 forks source link

Compatibility with CKAN 2.9.7? #2

Closed KatiRG closed 1 year ago

KatiRG commented 1 year ago

We tried this extension with CKAN 2.9.7 but could not make the login work: going to /user/msal-login did not trigger the Microsoft login process, but brought the user to the regular CKAN login screen with username and password.

For context, we are using a different ckanext-msal repository which does not work with breaking changes introduced into CKAN 2.9.6. The specific problems are commented here: https://github.com/ckan/ckan/commit/b20423e617c285c83b4079bc859c751a274e7121?diff=split.

kumarvivek1752 commented 1 year ago

@KatiRG which version of CKAN is compatible with this extension?

KatiRG commented 1 year ago

@kumarvivek1752 I did not use this extension. We are using https://github.com/ongov/ckanext-msal which works for CKAN 2.9.6 and 2.9.7.

mutantsan commented 1 year ago

You can see the compatibility in the Readme. Currently, I have no plans to work on this extension, so you are free to fork it or create a PR.