How to you get additional user claims? #482
Answered
by
Stonebkfly
Stonebkfly
asked this question in
Q&A
-
I want to determine if a user was being impersonated when they login. This information is stored in the AMR sso claim. Ie. AMR = "imp" when a user is being impersonated. How do I get this information in our WordPress plugin? |
Beta Was this translation helpful? Give feedback.
Answered by
Stonebkfly
May 17, 2023
Replies: 1 comment 1 reply
-
No sooner did I post the question then I figured out the solution. The "openid-connect-generic-update-user-using-current-claim" action has an input parameter of $user_claim. This is an array of all the claims. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Stonebkfly
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No sooner did I post the question then I figured out the solution. The "openid-connect-generic-update-user-using-current-claim" action has an input parameter of $user_claim. This is an array of all the claims.