Ready to post? First, try searching for your answer.
We’re currently using the Authorization Extension in our application. Given that rules are being deprecated, can we leverage actions to populate user metadata with group roles and scopes from the authorization extention? This information is essential for adding roles and scopes to the Id and Access token for subsequent validation in our application and backend.
Currently, the Authorization Extension creates a rule to accomplish this. Will this process transition to using actions?
Is there perhaps a sample to covert the current rule created by the authorization extention to a action
We have tried to creat a action but seems getting errors call ing the authorization api