How to setup the Workspace authentication to work with SSO for Oracle APEX Server?












-1















I have installed APEX server and now I would like to know the next steps in this process to setup the Workspace authentication to work with SSO. How can I set up SSO on apex server??










share|improve this question


















  • 1





    You should post the code of your attempt to do it and highlight any issues. Then we can help you modify what you have attempted to get it working :)

    – Rbar
    Nov 19 '18 at 5:07













  • What authentication scheme are you using? If for example, you are using HTTP Header Variable or LDAP authentication, then make sure you add an administrative username that the authentication scheme resolves APP_USER to.

    – Adrian P
    Nov 19 '18 at 5:38











  • I thought to try out with LDAP,I was able to do setup LDAP but my account got locked after I selected "Select the Make Current Scheme option"

    – Appy
    Nov 19 '18 at 18:55













  • I did try to alter the schema and run the SP but again its now set to default and not LDAP SQL> ALTER SESSION SET CURRENT_SCHEMA APEX_180200; Session altered. SQL> BEGIN 2 apex_instance_admin.set_parameter('APEX_BUILDER_AUTHENTICATION','APEX'); 3 END; 4 / PL/SQL procedure successfully completed. SQL> commit; Commit complete. SQL> exit

    – Appy
    Nov 19 '18 at 19:01
















-1















I have installed APEX server and now I would like to know the next steps in this process to setup the Workspace authentication to work with SSO. How can I set up SSO on apex server??










share|improve this question


















  • 1





    You should post the code of your attempt to do it and highlight any issues. Then we can help you modify what you have attempted to get it working :)

    – Rbar
    Nov 19 '18 at 5:07













  • What authentication scheme are you using? If for example, you are using HTTP Header Variable or LDAP authentication, then make sure you add an administrative username that the authentication scheme resolves APP_USER to.

    – Adrian P
    Nov 19 '18 at 5:38











  • I thought to try out with LDAP,I was able to do setup LDAP but my account got locked after I selected "Select the Make Current Scheme option"

    – Appy
    Nov 19 '18 at 18:55













  • I did try to alter the schema and run the SP but again its now set to default and not LDAP SQL> ALTER SESSION SET CURRENT_SCHEMA APEX_180200; Session altered. SQL> BEGIN 2 apex_instance_admin.set_parameter('APEX_BUILDER_AUTHENTICATION','APEX'); 3 END; 4 / PL/SQL procedure successfully completed. SQL> commit; Commit complete. SQL> exit

    – Appy
    Nov 19 '18 at 19:01














-1












-1








-1








I have installed APEX server and now I would like to know the next steps in this process to setup the Workspace authentication to work with SSO. How can I set up SSO on apex server??










share|improve this question














I have installed APEX server and now I would like to know the next steps in this process to setup the Workspace authentication to work with SSO. How can I set up SSO on apex server??







oracle single-sign-on oracle-apex






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Nov 19 '18 at 3:49









AppyAppy

1




1








  • 1





    You should post the code of your attempt to do it and highlight any issues. Then we can help you modify what you have attempted to get it working :)

    – Rbar
    Nov 19 '18 at 5:07













  • What authentication scheme are you using? If for example, you are using HTTP Header Variable or LDAP authentication, then make sure you add an administrative username that the authentication scheme resolves APP_USER to.

    – Adrian P
    Nov 19 '18 at 5:38











  • I thought to try out with LDAP,I was able to do setup LDAP but my account got locked after I selected "Select the Make Current Scheme option"

    – Appy
    Nov 19 '18 at 18:55













  • I did try to alter the schema and run the SP but again its now set to default and not LDAP SQL> ALTER SESSION SET CURRENT_SCHEMA APEX_180200; Session altered. SQL> BEGIN 2 apex_instance_admin.set_parameter('APEX_BUILDER_AUTHENTICATION','APEX'); 3 END; 4 / PL/SQL procedure successfully completed. SQL> commit; Commit complete. SQL> exit

    – Appy
    Nov 19 '18 at 19:01














  • 1





    You should post the code of your attempt to do it and highlight any issues. Then we can help you modify what you have attempted to get it working :)

    – Rbar
    Nov 19 '18 at 5:07













  • What authentication scheme are you using? If for example, you are using HTTP Header Variable or LDAP authentication, then make sure you add an administrative username that the authentication scheme resolves APP_USER to.

    – Adrian P
    Nov 19 '18 at 5:38











  • I thought to try out with LDAP,I was able to do setup LDAP but my account got locked after I selected "Select the Make Current Scheme option"

    – Appy
    Nov 19 '18 at 18:55













  • I did try to alter the schema and run the SP but again its now set to default and not LDAP SQL> ALTER SESSION SET CURRENT_SCHEMA APEX_180200; Session altered. SQL> BEGIN 2 apex_instance_admin.set_parameter('APEX_BUILDER_AUTHENTICATION','APEX'); 3 END; 4 / PL/SQL procedure successfully completed. SQL> commit; Commit complete. SQL> exit

    – Appy
    Nov 19 '18 at 19:01








1




1





You should post the code of your attempt to do it and highlight any issues. Then we can help you modify what you have attempted to get it working :)

– Rbar
Nov 19 '18 at 5:07







You should post the code of your attempt to do it and highlight any issues. Then we can help you modify what you have attempted to get it working :)

– Rbar
Nov 19 '18 at 5:07















What authentication scheme are you using? If for example, you are using HTTP Header Variable or LDAP authentication, then make sure you add an administrative username that the authentication scheme resolves APP_USER to.

– Adrian P
Nov 19 '18 at 5:38





What authentication scheme are you using? If for example, you are using HTTP Header Variable or LDAP authentication, then make sure you add an administrative username that the authentication scheme resolves APP_USER to.

– Adrian P
Nov 19 '18 at 5:38













I thought to try out with LDAP,I was able to do setup LDAP but my account got locked after I selected "Select the Make Current Scheme option"

– Appy
Nov 19 '18 at 18:55







I thought to try out with LDAP,I was able to do setup LDAP but my account got locked after I selected "Select the Make Current Scheme option"

– Appy
Nov 19 '18 at 18:55















I did try to alter the schema and run the SP but again its now set to default and not LDAP SQL> ALTER SESSION SET CURRENT_SCHEMA APEX_180200; Session altered. SQL> BEGIN 2 apex_instance_admin.set_parameter('APEX_BUILDER_AUTHENTICATION','APEX'); 3 END; 4 / PL/SQL procedure successfully completed. SQL> commit; Commit complete. SQL> exit

– Appy
Nov 19 '18 at 19:01





I did try to alter the schema and run the SP but again its now set to default and not LDAP SQL> ALTER SESSION SET CURRENT_SCHEMA APEX_180200; Session altered. SQL> BEGIN 2 apex_instance_admin.set_parameter('APEX_BUILDER_AUTHENTICATION','APEX'); 3 END; 4 / PL/SQL procedure successfully completed. SQL> commit; Commit complete. SQL> exit

– Appy
Nov 19 '18 at 19:01












1 Answer
1






active

oldest

votes


















0














Important Notice



Says here very clearly that you need to make sure that whatever your APP_USER resolves to, matches with an account in your workspace or you risk locking yourself out. The usual ADMIN account is probably not going to work.






share|improve this answer























    Your Answer






    StackExchange.ifUsing("editor", function () {
    StackExchange.using("externalEditor", function () {
    StackExchange.using("snippets", function () {
    StackExchange.snippets.init();
    });
    });
    }, "code-snippets");

    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "1"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53368069%2fhow-to-setup-the-workspace-authentication-to-work-with-sso-for-oracle-apex-serve%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    Important Notice



    Says here very clearly that you need to make sure that whatever your APP_USER resolves to, matches with an account in your workspace or you risk locking yourself out. The usual ADMIN account is probably not going to work.






    share|improve this answer




























      0














      Important Notice



      Says here very clearly that you need to make sure that whatever your APP_USER resolves to, matches with an account in your workspace or you risk locking yourself out. The usual ADMIN account is probably not going to work.






      share|improve this answer


























        0












        0








        0







        Important Notice



        Says here very clearly that you need to make sure that whatever your APP_USER resolves to, matches with an account in your workspace or you risk locking yourself out. The usual ADMIN account is probably not going to work.






        share|improve this answer













        Important Notice



        Says here very clearly that you need to make sure that whatever your APP_USER resolves to, matches with an account in your workspace or you risk locking yourself out. The usual ADMIN account is probably not going to work.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Nov 21 '18 at 22:56









        Adrian PAdrian P

        47147




        47147






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Stack Overflow!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53368069%2fhow-to-setup-the-workspace-authentication-to-work-with-sso-for-oracle-apex-serve%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Guess what letter conforming each word

            Run scheduled task as local user group (not BUILTIN)

            Port of Spain