|
Hello There, Is there a way we can get access-token of user on behalf user like the AWS Cognito? |
Answered by
yuriyz
May 10, 2023
Replies: 3 comments
|
Custom scripts allow to code own logic for authn/authz. It should be possible to code custom script(s) which will allow it. |
0 replies
Answer selected by
ossdhaval
|
Hi @dhanan-np As mentioned by @yuriyz, custom script is the tool to achieve what you mentioned. Please go through custom scripts documentation to understand how to use them. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Custom scripts allow to code own logic for authn/authz. It should be possible to code custom script(s) which will allow it.