-
Notifications
You must be signed in to change notification settings - Fork 144
Labels
Issue type - bugBugs in existing code that needs to be fixed.Bugs in existing code that needs to be fixed.Plugin - auth_oidc
Description
Hello MS team
I was checking the latest version of OIDC and I noticed the introduction of a new table called auth_oidc_sid which stores user IDs. Even though I didn't see any change to the privacy provider, I ran the test test_table_coverage in privacy/tests/privacy/provider_test.php and it failed.
There was 1 failure: core_privacy\privacy\provider_test::test_table_coverage The following tables with user fields must be covered with metadata providers: auth_oidc_sid (userid)
I thought it was worth to share.
Metadata
Metadata
Assignees
Labels
Issue type - bugBugs in existing code that needs to be fixed.Bugs in existing code that needs to be fixed.Plugin - auth_oidc