-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently the audience can only be configured upon plugin creation.
However the audience is dependent on the request if I understand it correctly.
This is what ChatGPT told me:
Audience (aud) Claim:
The "audience" claim (aud) identifies the intended recipient(s) for the JWT. It specifies who the JWT is meant for.
In the context of an ecommerce website, the audience might be a specific service or application that needs to process the JWT. > For example, it could be the ecommerce application that provides personalized user experiences.
Example: If the JWT is intended for a mobile app associated with the ecommerce website, the aud claim could be set to the identifier or name of that mobile app.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request