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

Fixed sso provider wrap key null issue #160

Merged
merged 1 commit into from
Aug 19, 2022
Merged

Conversation

aneeskhan47
Copy link
Contributor

@aneeskhan47 aneeskhan47 commented Aug 18, 2022

Hi @Cannonb4ll.

In the last #156 PR. we had a if check $providerUserEndpointDataWrapKey !== null.

Since my own sso provider does not wrap the response in a key like data. i set SSO_PROVIDER_USER_ENDPOINT_DATA_WRAP_KEY= to empty.

but this $providerUserEndpointDataWrapKey defaults to data if I set SSO_PROVIDER_USER_ENDPOINT_DATA_WRAP_KEY=null. that's why I pr this fix to the original #156.

Can you check this pr with your current sso implementation so it doesn't break existing installations.

Sorry for any inconvenience <3

@Cannonb4ll
Copy link
Contributor

As far as I can see, still works like charm, no worries!

@Cannonb4ll Cannonb4ll merged commit bb208ab into ploi:main Aug 19, 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.

2 participants