Skip to content
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

fix: webapi conf sso section typo #1298

Merged
merged 1 commit into from
Nov 30, 2022
Merged

fix: webapi conf sso section typo #1298

merged 1 commit into from
Nov 30, 2022

Conversation

Doublemine
Copy link
Contributor

@Doublemine Doublemine commented Nov 30, 2022

What type of PR is this?

What this PR does / why we need it:

The etc/webapi.conf file contains typos that confuse first-time users in configuring SSO.

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

After configuring SSO login according to the /etc/webapi.conf example file, accessing the WEB login page will not show SSO login options, and accessing <host>/api/n9e/auth/sso-config through the API interface will return the message :

{"dat":{"oidcDisplayName":"", "casDisplayName":"", "oauthDisplayName":""}, "err":""}

After reviewing the source code, I found a spelling error in the configuration file. Fixing this error will helpful for first-time users.

@710leo 710leo merged commit 4257de6 into ccfos:main Nov 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants