Explain the types and description of authentication in Siebel. Is there any document about it

Questions by Hello_All

Showing Answers 1 - 18 of 18 Answers

manu.goel

  • Feb 9th, 2008
 

Secur.pdf is the Security Guide by Siebel that lists the different types of Authentication methods for Siebel.
DB authentictaion and Third Party(ADSI or LDAP) Authentication are the available methods.

  Was this answer useful?  Yes

Singh

  • Feb 19th, 2012
 

Authentication is the process of verifying the identity of the user before he gains access to the application. The process consists of collection of user credentials (such as User Id and Password) and comparing them with pre-stored values.

Following three general authentication methods are supported by Siebel:

1) Database Authentication
2) Directory Server Authentication
3) Web Single Sign-On

BHM

  • Apr 10th, 2012
 

Authentication is provide security to the entire Application Based on username/password it is the one way. other way is based on SOAP Security it allow the correct Users.

  Was this answer useful?  Yes

brajesh patel

  • Aug 17th, 2012
 

authentication is a process of verify user credential again configure data source and creating identity.

(authentication + authorization=security).

asp.net have some authentication like-----

1.Windows Authentication (Anonymous Authentication)---
In this authentication IIS for performing authentication checking.

2.Passport Authentication---passport authentication have license terms there we must purchasing authentication security form for example https server.

3.Forms Authentication--- in this case asp.net take hole permision to take actions using login page.

  Was this answer useful?  Yes

Dheeraj Deolal

  • Feb 18th, 2015
 

Different type of authentication are supported by Siebel - LDAP, ADSI and DB Authentication. LDAP authentication picks up and verifies the user credentials from respective LDAP Server as mentioned in Security Profile, ADSI is active directory based verification system, similar to how typically desktop logins are configured, DB authentication (although not recommended apart from system users) matches the keyed in credentials with those stored in Database.

  Was this answer useful?  Yes

Parul Bhoi

  • Feb 10th, 2017
 

You can refer Bookshelf v8.0: About User Authentication

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions