developmentseed / developmentseed/openid_provider_sso

OpenID Provider SSO allows for exporting list of relying parties via Features/ctools but does not read/look for this list in code

Open
#1 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
PHP
Stars
5
Forks
2
PR merge metrics
No merged PRs in 30d

Description

OpenID Provider SSO has the functionality to allow for exporting the list of relying parties via Features/ctools, but does not correctly look for them in exported code. It queries the database directly in the openid_provider_sso_relying_parties function in openid_provider_sso.module. This function should be fixed to look for the array in a feature’s code. We will be working on a patch for this soon and can submit our changes.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reading openid_provider_sso.module, especially the openid_provider_sso_relying_parties function, and review how Features/ctools exports relying parties. Done means the function finds the relying-party array in exported feature code instead of querying the database directly; verify the behavior with the project’s available checks.

Written by the indexing model from the issue text.

Assessment

Tech stack
php
Domain
authentication
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.