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.