Skip to content

Commit

Permalink
Fix protocol selection card UI issues
Browse files Browse the repository at this point in the history
  • Loading branch information
brionmario committed Jan 12, 2021
1 parent 5830d27 commit e7f67ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export const SupportedAuthProtocolTypeDisplayNames = {
* Supported auth protocol type description mapping.
*/
export const SupportedAuthProtocolTypeDescriptions = {
[ SupportedAuthProtocolTypes.SAML ]: "Open standard for exchanging authentication and authorization.",
[ SupportedAuthProtocolTypes.SAML ]: "Open-standard for authentication and authorization.",
[ SupportedAuthProtocolTypes.OIDC ] : "Authentication layer on top of OAuth 2.0",
[ SupportedAuthProtocolTypes.WS_FEDERATION ]: "Enable STS in a web browser.",
[ SupportedAuthProtocolTypes.WS_TRUST ]: "Standard that provides extensions to WS-Security.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ export const AccessConfiguration: FunctionComponent<AccessConfigurationPropsInte
} }
className="selection-card-content"
>
<div className="integrate-radio mr-2">
<div className="integrate-radio">
<Radio
checked={ selectedProtocol === protocol }
/>
Expand Down

0 comments on commit e7f67ab

Please sign in to comment.