Skip to content

Adding ARC Values to response from openid-connect-generic to IdP #362

Answered by Stonebkfly
Stonebkfly asked this question in Q&A
Discussion options

You must be logged in to vote

This time I will answer my own question. you can use the openid-connect-generic-auth-url filter. Works like a charm.

// Add Arc Values
add_filter('openid-connect-generic-auth-url', function( $url ) {
    $url.= '&acr_values=allow_reg%3Atrue';
    return $url;
}); 

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Stonebkfly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant