We are delighted to announce that Customer Managed Keys is now generally available. This solution within the Highly Regulated Identity solution suite enables organizations to comply with cryptographic key-related security policies for data protection. Customer Managed Keys provides customers with two options for key management: Control Your Own Key and Bring Your Own Key.
With Control Your Own Key, you can manage the lifecycle of the Tenant Master Key according to your security policy. Bring Your Own Key allows you to maintain ownership of the Root Key that protects the encryption key hierarchy. These features enable compliance with cryptographic key-related security policies for data protection.
You can read more about this in our product documentation.
We are delighted to announce that Customer Managed Keys is now generally available. This solution within the Highly Regulated Identity solution suite enables organizations to comply with cryptographic key-related security policies for data protection. Customer Managed Keys provides customers with two options for key management: Control Your Own Key and Bring Your Own Key.
With Control Your Own Key, you can manage the lifecycle of the Tenant Master Key according to your security policy. Bring Your Own Key allows you to maintain ownership of the Root Key that protects the encryption key hierarchy. These features enable compliance with cryptographic key-related security policies for data protection.
You can read more about this in our product documentation.
We are delighted to announce that Customer Managed Keys is now generally available. This solution within the Highly Regulated Identity solution suite enables organizations to comply with cryptographic key-related security policies for data protection. Customer Managed Keys provides customers with two options for key management: Control Your Own Key and Bring Your Own Key.
With Control Your Own Key, you can manage the lifecycle of the Tenant Master Key according to your security policy. Bring Your Own Key allows you to maintain ownership of the Root Key that protects the encryption key hierarchy. These features enable compliance with cryptographic key-related security policies for data protection.
You can read more about this in our product documentation.
We added a new API command available in the Password Reset / PostChallenge trigger. This API allows Tenant Developers to specify the url to redirect a user to upon the completion of a password reset on Universal Login.
Here is an example of using the command to redirect the user to a sample url after a successful password reset:
exports.onExecutePostChallenge = async (event, api) => {
api.transaction.setResultUrl('https://yourapp.yourdomain.com/profile');
};
You can learn more in our reference documentation.
We’ve introduced a new Batch Check endpoint to the Okta FGA API, allowing clients to batch multiple authorization checks into a single request. This enhancement reduces the network latency associated with previously needing to performing multiple Check API requests in parallel, resulting in faster and more efficient requests for applications with high authorization demands.
For more details, refer to the Okta FGA Batch Check documentation.
We’ve introduced a new Batch Check endpoint to the Okta FGA API, allowing clients to batch multiple authorization checks into a single request. This enhancement reduces the network latency associated with previously needing to performing multiple Check API requests in parallel, resulting in faster and more efficient requests for applications with high authorization demands.
For more details, refer to the Okta FGA Batch Check documentation.
We added a new API command available in the Password Reset / PostChallenge trigger. This API allows Tenant Developers to specify the url to redirect a user to upon the completion of a password reset on Universal Login.
Here is an example of using the command to redirect the user to a sample url after a successful password reset:
exports.onExecutePostChallenge = async (event, api) => {
api.transaction.setResultUrl('https://yourapp.yourdomain.com/profile');
};
You can learn more in our reference documentation.
We’ve introduced a new Batch Check endpoint to the Okta FGA API, allowing clients to batch multiple authorization checks into a single request. This enhancement reduces the network latency associated with previously needing to performing multiple Check API requests in parallel, resulting in faster and more efficient requests for applications with high authorization demands.
For more details, refer to the Okta FGA Batch Check documentation.
We added a new API command available in the Password Reset / PostChallenge trigger. This API allows Tenant Developers to specify the url to redirect a user to upon the completion of a password reset on Universal Login.
Here is an example of using the command to redirect the user to a sample url after a successful password reset:
exports.onExecutePostChallenge = async (event, api) => {
api.transaction.setResultUrl('https://yourapp.yourdomain.com/profile');
};
You can learn more in our reference documentation.
We’ve introduced a new Batch Check endpoint to the Okta FGA API, allowing clients to batch multiple authorization checks into a single request. This enhancement reduces the network latency associated with previously needing to performing multiple Check API requests in parallel, resulting in faster and more efficient requests for applications with high authorization demands.
For more details, refer to the Okta FGA Batch Check documentation.
We added a new API command available in the Password Reset / PostChallenge trigger. This API allows Tenant Developers to specify the url to redirect a user to upon the completion of a password reset on Universal Login.
Here is an example of using the command to redirect the user to a sample url after a successful password reset:
exports.onExecutePostChallenge = async (event, api) => {
api.transaction.setResultUrl('https://yourapp.yourdomain.com/profile');
};
You can learn more in our reference documentation.
We’ve introduced a new Batch Check endpoint to the Okta FGA API, allowing clients to batch multiple authorization checks into a single request. This enhancement reduces the network latency associated with previously needing to performing multiple Check API requests in parallel, resulting in faster and more efficient requests for applications with high authorization demands.
For more details, refer to the Okta FGA Batch Check documentation.
We added a new API command available in the Password Reset / PostChallenge trigger. This API allows Tenant Developers to specify the url to redirect a user to upon the completion of a password reset on Universal Login.
Here is an example of using the command to redirect the user to a sample url after a successful password reset:
exports.onExecutePostChallenge = async (event, api) => {
api.transaction.setResultUrl('https://yourapp.yourdomain.com/profile');
};
You can learn more in our reference documentation.
We’ve introduced a new Batch Check endpoint to the Okta FGA API, allowing clients to batch multiple authorization checks into a single request. This enhancement reduces the network latency associated with previously needing to performing multiple Check API requests in parallel, resulting in faster and more efficient requests for applications with high authorization demands.
For more details, refer to the Okta FGA Batch Check documentation.
We added a new API command available in the Password Reset / PostChallenge trigger. This API allows Tenant Developers to specify the url to redirect a user to upon the completion of a password reset on Universal Login.
Here is an example of using the command to redirect the user to a sample url after a successful password reset:
exports.onExecutePostChallenge = async (event, api) => {
api.transaction.setResultUrl('https://yourapp.yourdomain.com/profile');
};
You can learn more in our reference documentation.
We’ve introduced a new Batch Check endpoint to the Okta FGA API, allowing clients to batch multiple authorization checks into a single request. This enhancement reduces the network latency associated with previously needing to performing multiple Check API requests in parallel, resulting in faster and more efficient requests for applications with high authorization demands.
For more details, refer to the Okta FGA Batch Check documentation.
We added a new API command available in the Password Reset / PostChallenge trigger. This API allows Tenant Developers to specify the url to redirect a user to upon the completion of a password reset on Universal Login.
Here is an example of using the command to redirect the user to a sample url after a successful password reset:
exports.onExecutePostChallenge = async (event, api) => {
api.transaction.setResultUrl('https://yourapp.yourdomain.com/profile');
};
You can learn more in our reference documentation.
We’ve introduced a new Batch Check endpoint to the Okta FGA API, allowing clients to batch multiple authorization checks into a single request. This enhancement reduces the network latency associated with previously needing to performing multiple Check API requests in parallel, resulting in faster and more efficient requests for applications with high authorization demands.
For more details, refer to the Okta FGA Batch Check documentation.
We added a new API command available in the Password Reset / PostChallenge trigger. This API allows Tenant Developers to specify the url to redirect a user to upon the completion of a password reset on Universal Login.
Here is an example of using the command to redirect the user to a sample url after a successful password reset:
exports.onExecutePostChallenge = async (event, api) => {
api.transaction.setResultUrl('https://yourapp.yourdomain.com/profile');
};
You can learn more in our reference documentation.
We’ve introduced a new Batch Check endpoint to the Okta FGA API, allowing clients to batch multiple authorization checks into a single request. This enhancement reduces the network latency associated with previously needing to performing multiple Check API requests in parallel, resulting in faster and more efficient requests for applications with high authorization demands.
For more details, refer to the Okta FGA Batch Check documentation.
Support for sender constraining tokens using Demonstrating Proof of Possession (DPoP) as defined in RFC9449 is now generally available on E…
We’re thrilled to introduce the Limited Early Access release of Additional Signing Algorithm for Okta and OIDC enterprise connections! This…
New Bring Your Own Key (BYOK) encryption feature introduced in Turso Cloud for enhanced security.
