-
Notifications
You must be signed in to change notification settings - Fork 91
Document user password credential mapping #714
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor edits
site/use_cases.md
Outdated
|
||
### Modeling WebLogic User Password Credential Mapping | ||
|
||
The Create Domain tool can be used to create user password credential mappings. Information in the model will be used to create a credential mapping file that will be imported the first time the Administration Server is started. This example shows how mappings are represented in the model: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Create Domain tool -> Create Domain Tool
site/use_cases.md
Outdated
|
||
The mapping `map2` creates a remote resource credential mapping that will give the local user `user1` access to a single remote resource on `remote.host` as the user `remoteUser` with the configured password. The mapping `map3` is similar, but provides access to a different remote resource for two local users, `user1` and `user2`. | ||
|
||
The names of the mapping sections in the model, such as `map1` and `map2`, are used to group the attributes for each mapping in the model, and are not part of the resulting credential mappings. These names should be unique for each mapping of a particular type. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
model, -> model (no comma needed here)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to specify that this is only good for the DefaultCredentialMapper Credential Mapping provider
No description provided.