Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to create a sentry-Function

user3536752Jul 18 2013 — edited Jul 22 2013


Hi all,

I want to build a custom authentication scheme which combines the funcionality of of SSO and a custom authentication function.

1. If the HTTP Header Variable REMOTE_USER is set, this user should be a valid logged on user. (Single Sign On functionality)

2. If the HTTP Header Variable is not set, the LOGIN-Page should appear. (local user Administration)

3. The user/passowrd combination from the login page should be validated by my own authentication function

I think I have to create a sentry-Function, which is a combination of the sentry-functions which are used in the schemes "custom" and "HTTP Header Variable".

I tried to find an implemention of these functions in the APEX_040200 database scheme, but without success.

@APEX-Team: can you provide the implementation of these sentry-functions or at least a documentation.

@all: Is there anybody, who have implemented an similar athentication scheme.

Thanks

Richard

This post has been answered by Christian Neumueller-Oracle on Jul 18 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 19 2013
Added on Jul 18 2013
5 comments
1,758 views