简体   繁体   English

运行 oracle oracle apex 20.1 应用程序时出现以下错误:禁止请求的操作不允许

[英]Getting following error while running oracle oracle apex 20.1 application: Forbidden The requested operation is not allowed

I have problem using default Apex Application Express Authentication.我在使用默认 Apex Application Express 身份验证时遇到问题。 If user has to change password (no matter if developer or end user), you are unable to login in. Instead of password change window i get error "Forbidden The requested operation is not allowed".如果用户必须更改密码(无论是开发人员还是最终用户),您将无法登录。而不是更改密码 window 我得到错误“禁止请求的操作不允许”。 If password is valid and not expired or not required to change, you can login successfully.如果密码有效且未过期或无需更改,则可以登录成功。 Can't find solution for this problem.找不到此问题的解决方案。 Using Apex 20.1, oracle 18c (18.0.0.0.0 ).使用 Apex 20.1、oracle 18c (18.0.0.0.0)。

Accidentally found problem.意外发现问题。 All applications share same session (Session Sharing set to Workspace Sharing).所有应用程序共享相同的 session(会话共享设置为工作区共享)。 This prevents user from being able to change password and login if user needs to change it.如果用户需要更改密码,这可以防止用户更改密码和登录。 So I've went easy way.所以我走得很轻松。 Created another application without session sharing for users, to be able to change password.为用户创建了另一个没有 session 共享的应用程序,以便能够更改密码。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM