It means their regexp is failing to parse (presumably) what you entered as the URL pattern Place the correct URL in through the GUI and then pull it from the API to see what it looks like. Make sure your page name already exists also... The URL for POST/PUT should simply be: /api/v1/configuration/authentication/signin/urls/access-urls/access-url Json body looks like: {
"realm-select": "pick-list",
"url-pattern": "*/",
"page": "page name",
"user": {
"enable-new-ux-pages": "false",
"meeting-url": "*/meeting/",
"post-authentication-signin-notification-id": "None",
"post-authentication-signin-notification-skip": "false",
"pre-authentication-signin-notification-id": "None",
"realms": [ "ABC", "DEF" ]
}
}
... View more