Add option to disable Login and Error pages when using Delivery API #16965
bjarnef
started this conversation in
Features and ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently in backoffice when configuring protected content the login and error pages are mandatory.
However in a headless setup using Delivery API, we don't use these and these are configured using
LoginRedirectUrls
andLogoutRedirectUrls
instead.https://docs.umbraco.com/umbraco-cms/reference/content-delivery-api/protected-content-in-the-delivery-api
Could these properties be hidden and not validated, when
DeliveryApi > MemberAuthorization > AuthorizationCodeFlow > Enabled
is set totrue
? Or another settings property? Or a notification to change this?Beta Was this translation helpful? Give feedback.
All reactions