Authentication schemes updated

This commit is contained in:
Jan Kvetina 2021-12-30 19:16:52 +01:00
parent 1784a86b2e
commit 285e9097cc
3 changed files with 28 additions and 4 deletions

View File

@ -1,7 +1,7 @@
prompt --application/shared_components/security/authentications/application_express_accounts
prompt --application/shared_components/security/authentications/apex_accounts
begin
-- Manifest
-- AUTHENTICATION: Application Express Accounts
-- AUTHENTICATION: APEX_ACCOUNTS
-- Manifest End
wwv_flow_api.component_begin (
p_version_yyyy_mm_dd=>'2021.04.15'
@ -13,7 +13,7 @@ wwv_flow_api.component_begin (
);
wwv_flow_api.create_authentication(
p_id=>wwv_flow_api.id(9022228209569811)
,p_name=>'Application Express Accounts'
,p_name=>'APEX_ACCOUNTS'
,p_scheme_type=>'NATIVE_APEX_ACCOUNTS'
,p_invalid_session_type=>'LOGIN'
,p_use_secure_cookie_yn=>'N'

View File

@ -0,0 +1,23 @@
prompt --application/shared_components/security/authentications/open_door_testing_only
begin
-- Manifest
-- AUTHENTICATION: OPEN_DOOR (TESTING ONLY)
-- Manifest End
wwv_flow_api.component_begin (
p_version_yyyy_mm_dd=>'2021.04.15'
,p_release=>'21.1.6'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>770
,p_default_id_offset=>0
,p_default_owner=>'CORE'
);
wwv_flow_api.create_authentication(
p_id=>wwv_flow_api.id(12646550662863457)
,p_name=>'OPEN_DOOR (TESTING ONLY)'
,p_scheme_type=>'NATIVE_OPEN_DOOR'
,p_use_secure_cookie_yn=>'N'
,p_ras_mode=>0
);
wwv_flow_api.component_end;
end;
/

View File

@ -108,7 +108,8 @@ prompt --install
@@application/shared_components/globalization/messages.sql
@@application/shared_components/globalization/dyntranslations.sql
@@application/shared_components/user_interface/shortcuts/delete_confirm_msg.sql
@@application/shared_components/security/authentications/application_express_accounts.sql
@@application/shared_components/security/authentications/apex_accounts.sql
@@application/shared_components/security/authentications/open_door_testing_only.sql
@@application/user_interfaces.sql
@@application/user_interfaces/combined_files.sql
@@application/pages/page_00000.sql