Define and Manage Secrets
On this page
Define a Secret
View Secrets
Update a Secret
Access a Secret
You cannot directly read the value of a Secret after defining it. There are two ways to access a Secret that already exists in your App:
- Link to the Secret by name in Authentication Provider and Service configurations.
- Expose the Secret with a Secret Value. You can
access the Secret Value in function's with context.values or in a rule expression with
%%values
.