-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] SSO Congiruration with Entra ID (Azure AD) #106
Comments
@amercader @gocemitevski @avdata99 @blazhovsky |
@GokulVijayakumarRam I don't think we have a step by step document for this :( |
I am having the same issue. I have created the App on Azure side and I am getting the SSO login page but when I log in, it just shows internal server error. Any resolution on this: @avdata99 @GokulVijayakumarRam |
@sriharirao-lh I recommend reading the internal logs about this error. |
I was able to configure SSO with Entra ID. It was difficult to identify where my configuration details were incorrect without seeing the response/queries that are not printed out in logs even with debug turned. I added my own log printing and was able to correct the values. On a logout I've hit the issue that looks like this #107, and I provided my fix in the comment. Here for example, my config:
And in case you're inspecting logs, the following looks like an error but it is not: The following (in my case at least) was not an actual error:
|
Is your feature request related to a problem? Please describe.
I'm fairly new to CKAN. My organization uses Entra ID service and we would like to setup SSO in CKAN.
The README file was a bit vague and our team had trouble understanding how to configure/setup SSO with the plugin in CKAN
Describe the solution you'd like
An updated document which describes how we could setup the SSO in CKAN with ckanext-saml2auth plugin would be nice.
If some examples of the values in configuration file could be provided it will be really appreciated.
Describe alternatives you've considered
Any help in setting up the SSO will be appreciated.
Updated documents, detailed descriptions about the values in configuration files, step by step instructions of the setup etc.
Additional context
Im running CKAN 2.10.3 in ubuntu 22.04 environment
Thanks
Gokul
The text was updated successfully, but these errors were encountered: