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