10 thoughts on “Authenticate APEX via Token

  1. Really Appreciate @Peter Raganitsch. This is very helpful to authenticate user through token. I will try this in my application where user need to authenticate from Oracle Fusion. Thanks again for sharing such cool stuff.

    Regards,
    Rishu

  2. this is great for mobile devices. We use Windows-pass-through Authentication on our PCs, but had to log on manually from our iOS devices.
    Now our users request a single URL with token on the PC once a week. The URL ist automatically sent to the iOS devices. No more fiddeling in the field.

  3. When using method 1: If a new session is created, how do you make the token value available to the new session for using later in the application? I’ve tried using the set_session_state after just before returning true in the function, but when asking for the values in the application later, they are null. How do you achieve this? Do you have to insert the values in a database table, or is there a better way? Thanks in advance.

  4. Hi Peter,
    I like your post very much, thank you for sharing!
    I think we both were on the SS Rotterdam last month:-)

    Question: We have a legacy app from wich we want to open pages in an Apex app. My idea is to use your example to create SSO
    Before opening the APEX app I want to store a token in a user table from within the legacy app, and check in APEX the token like you do in this example
    You posted that you wanted to create a JWT example. Did you manage to do this? Do you have an example how to use this?
    Thanks in advance

  5. Not worked for me, I got:

    You are not authorized to view this application, either because you have not been granted access, or your account has been locked. Please contact the application administrator

  6. I got blow on APEX 18.2

    You are not authorized to view this application, either because you have not been granted access, or your account has been locked. Please contact the application administrator.
    Access denied by Application security check

  7. Hi,

    Trying to implement this on our Oracle EBS R12 and APEX. I try to simulate every thing via backend, ie. create token, generate the url and copy paste the url in a browser. I keep getting redirected to the Login Page.

    Is it because I copy paste the URL? Is this normal behavior?

Leave a Reply

Your email address will not be published. Required fields are marked *