About User Authentication and Role Authorization Methods
Describes how user login credentials are authenticated and database roles are authorized in Windows domains.
User authentication and role authorization are defined in User Authentication and Role Authorization Defined.
Table 10-1 User Authentication and Role Authorization Defined
Feature | Description | More Information |
---|---|---|
User authentication |
Process by which the database uses the user's Windows login credentials to authenticate the user. |
|
Role authorization |
Process of granting an assigned set of roles to authenticated users. |
Oracle Database supports user authentication and role authorization in Windows domains. Basic Features of User Authentication and Role Authorization describes these basic features.
Table 10-2 Basic Features of User Authentication and Role Authorization
Feature | Description |
---|---|
Authentication of external users |
Users are authenticated by the database using the user's Windows login credentials enabling them to access Oracle Database without being prompted for additional login credentials. |
Authorization of external roles |
Roles are authorized using Windows local groups. Once an external role is created, you can grant or revoke that role to a database user. Initialization parameter |
- About Using Authentication and Authorization Methods
User Authentication and Role Authorization Methods describes user authentication and role authorization methods to use based on your Oracle Database environment:
Parent topic: Authenticating Database Users with Windows