All Downloads are FREE. Search and download functionalities are using the official Maven repository.

messages.oauth.messages.properties Maven / Gradle / Ivy

The newest version!
OAuth2RetrievalFactory.desc=Retrieves OAuth2 tokens from remote OAuth provider.

RESTBearerTokenRetrievalFactory.desc=Extract OAuth access token from an HTTP Bearer Authorization header.
CXFBearerTokenRetrievalFactory.desc=Extract OAuth access token from an HTTP Bearer Authorization header.
RESTBearerTokenAndPasswordRetrieval.desc=Extract OAuth access token and client password from HTTP Authorization header

OAuth2Retrieval.selectProvider=Select your identity provider:
OAuth2Retrieval.selectedProvider=Login at {0}
OAuth2Retrieval.authnFailedDetailInfo=Information for IT personnel:
{0} OAuth2Retrieval.authnFailedError=External authentication failed. OAuth2Retrieval.configurationError=This OAuth authentication is not configured correctly. OAuth2Retrieval.unexpectedUser=Authentication as {0} is expected. OAuthAuthzUI.rememberSettings=Remember my decision and do not ask again OAuthPreferences.clientDialogCaption=Client settings OAuthPreferences.label=OAuth preferences OAuthPreferences.spSettings=OAuth client OAuthPreferences.defaultSP=Default settings OAuthPreferences.errorLoadindSystemInfo=Error loading system information OAuthPreferences.addAction=Add OAuthPreferences.editAction=Edit OAuthPreferences.deleteAction=Delete OAuthPreferences.autoConfirm=Auto confirm web authorization: OAuthPreferences.defaultIdentity=Identity to be used: OAuthPreferences.accept=Yes, ACCEPT OAuthPreferences.decline=Yes, DECLINE OAuthPreferences.client=Client: OAuthPreferences.clientPrompt=Enter a new client ID or choose an existing one or left empty to define default OAuthPreferences.clientDesc=Enter a new client ID or choose an existing one or left empty to define default settings OAuthPreferences.decision=Action: OAuthPreferences.autoAccept=Accept automatically OAuthPreferences.autoDeny=Deny automatically OAuthPreferences.noAuto=Show confirmation page OAuthPreferences.identity=Selected identity: AttrType.sys\:oauth\:allowedGrantFlows.displayedName=OAuth client allowed grants AttrType.sys\:oauth\:allowedGrantFlows.desc=OAuth Client specific attribute. Defines which grants are allowed for the client. If undefined then only the Authorization Code grant is allowed. AttrType.sys\:oauth\:allowedReturnURI.displayedName=OAuth client return URL AttrType.sys\:oauth\:allowedReturnURI.desc=OAuth Client specific attribute. Defines which return redirect URIs are allowed for the client. This is important security measure for the authorization code and implicit grants. If undefined then no URI is allowed and both implicit and authorization code grants will be effectively disabled for the client. AttrType.sys\:oauth\:groupForClient.displayedName=OAuth users group AttrType.sys\:oauth\:groupForClient.desc=OAuth Client specific attribute. Defines a group path, where users of this client should be present and where their attributes are resolved. This attribute overrides the default group configured per endpoint. AttrType.sys\:oauth\:clientName.displayedName=OAuth client name AttrType.sys\:oauth\:clientName.desc=OAuth Client specific attribute. Defines human readable name of the client. AttrType.sys\:oauth\:clientLogo.displayedName=OAuth client logo AttrType.sys\:oauth\:clientLogo.desc=OAuth Client specific attribute. Defines a logo which is displayed for the client. OAuthTokenUserHomeUI.tokensLabel=OAuth Tokens OAuthTokenUserHomeUI.tokensDesc=Management of issued OAuth tokens OAuthTokenUserHomeUI.remove=Remove OAuthTokenUserHomeUI.refresh=Refresh OAuthTokenUserHomeUI.confirmDelete=Are you sure that you want to delete selected OAuth tokens? OAuthTokenAdminUI.tokensLabel=OAuth Tokens OAuthTokenAdminUI.errorGetTokens=Cannot get OAuth tokens OAuthTokenAdminUI.deleteAction=Delete OAuthTokenAdminUI.confirmDelete=Are you sure that you want to delete selected OAuth tokens? OAuthTokenAdminUI.errorRemove=Cannot remove OAuth token OAuthTokenAdminUI.refreshAction=Refresh OAuthToken.value=Identifier OAuthToken.type=Type OAuthToken.id=Identifier OAuthToken.expires=Expires OAuthToken.createTime=Issued OAuthToken.owner=Owner OAuthToken.clientName=Client OAuthToken.serverId=Issuer server URI OAuthToken.scopes=Scopes OAuthToken.refreshToken=Refresh token OAuthToken.hasIdToken=Has id token OAuthTokenType.oauth2Access=access_token OAuthTokenType.oauth2Refresh=refresh_token OAuthTokenViewer.token=Token: OAuthTokenViewer.jwtClaims=JWT claim set: OAuthTokenViewer.jwtInfo=JWT header: OAuthTokenViewer.idtoken=IdToken: OAuthTokenViewer.audience=Audience: OAuthTokenViewer.redirectUri=RedirectUri: OAuthTokenViewer.maxTokenValidity=Max token validity: OAuthTokenViewer.userInfo=User Info: OAuthTokenViewer.requestedScopes=Requested scopes: OAuthAuthenticatorEditor.defaultName=oauth OAuthAuthenticatorEditor.accountAssociation=Enable account association OAuthAuthenticatorEditor.providers=OAuth providers: OAuthAuthenticatorEditor.emptyProvidersError=At least one provider is required OAuthAuthenticatorEditor.returnURLInfo=Authenticator''s return URL: ProvidersComponent.id=Id ProvidersComponent.name=Name ProvidersComponent.addProvider=Add provider ProvidersComponent.logo=Logo EditOAuthProviderSubView.template=Select template: EditOAuthProviderSubView.id=Id: EditOAuthProviderSubView.name=Name: EditOAuthProviderSubView.clientId=Client id: EditOAuthProviderSubView.clientSecret=Client secret: EditOAuthProviderSubView.requestedScopes=Requested scopes: EditOAuthProviderSubView.logo=Logo: EditOAuthProviderSubView.openIdConnect=OpenId Connect EditOAuthProviderSubView.openIdDiscoverEndpoint = Open id Connect discovery endpoint: EditOAuthProviderSubView.authenticationEndpoint=Authentication endpoint: EditOAuthProviderSubView.accessTokenEndpoint=Access token endpoint: EditOAuthProviderSubView.profileEndpoint=Profile endpoint: EditOAuthProviderSubView.registrationForm=Registration form for unknown: EditOAuthProviderSubView.accessTokenFormat=Access token format: EditOAuthProviderSubView.clientAuthenticationMode=Client authentication mode: EditOAuthProviderSubView.accountAssociation=Account association: EditOAuthProviderSubView.extraAuthorizationParameters=Extra authorization parameters: EditOAuthProviderSubView.extraAuthorizationParameter.name=Name EditOAuthProviderSubView.extraAuthorizationParameter.value=Value EditOAuthProviderSubView.clientHostnameChecking=HTTP server hostname checking: EditOAuthProviderSubView.clientTrustStore=HTTPS client truststore: EditOAuthProviderSubView.clientHttpMethodForProfileAccess=HTTP method for profile access: EditOAuthProviderSubView.clientAuthenticationModeForProfile=Authentication mode for profile access: EditOAuthProviderSubView.authenticationModeForProfile=Authentication mode for profile access: EditOAuthProviderSubView.translationProfile=Profile EditOAuthProviderSubView.remoteDataMapping=Remote data mapping EditOAuthProviderSubView.advanced=Advanced EditOAuthProviderSubView.idExists=Provider with this id already exists EditOAuthProviderSubView.provider=Provider EditOAuthProviderSubView.newProvider=New provider EditOAuthProviderSubView.invalidConfiguration=Invalid OAuth provider configuration. OAuthRPAuthenticatorEditor.defaultName=oauth-rp OAuthRPAuthenticatorEditor.remoteDataMapping=Remote data mapping OAuthRPAuthenticatorEditor.translationProfile=Profile OAuthRPAuthenticatorEditor.clientId=Client id: OAuthRPAuthenticatorEditor.clientSecret=Client secret: OAuthRPAuthenticatorEditor.requiredScopes=Required scopes: OAuthRPAuthenticatorEditor.verificationProtocol=Verification protocol: OAuthRPAuthenticatorEditor.verificationEndpoint=Verification endpoint: OAuthRPAuthenticatorEditor.profileEndpoint=Profile Endpoint: OAuthRPAuthenticatorEditor.advanced=Advanced OAuthRPAuthenticatorEditor.cacheTime=Caching time: OAuthRPAuthenticatorEditor.cacheTime.notANumber=The provided value must be a positive integer number OAuthRPAuthenticatorEditor.clientHostnameChecking=HTTP server hostname checking: OAuthRPAuthenticatorEditor.clientTrustStore=HTTPS client truststore: OAuthRPAuthenticatorEditor.clientHttpMethodForProfileAccess=HTTP method for profile access: OAuthRPAuthenticatorEditor.clientAuthenticationMode=Client authentication mode: OAuthRPAuthenticatorEditor.clientAuthenticationModeForProfile=Client authentication mode for profile access: OAuthRPAuthenticatorEditor.openIdMode=Enable OIDC mode for user profile retrieval LocalOAuthRPAuthenticatorEditor.requiredScopes=Required scopes: LocalOAuthRPAuthenticatorEditor.localCredential=Client''s password credential: LocalOAuthRPAuthenticatorEditor.defaultName=local-oauth-rp Verificator.oauth2=OAuth 2 interactive (act as Client) Verificator.oauth-rp=OAuth 2 headless (act as Resource Provider) Verificator.local-oauth-rp=OAuth 2 verifying local tokens (act as Resource Provider) OAuthEditorGeneralTab.clientTokenPath=Token endpoint base path: OAuthEditorGeneralTab.usersAuthnPath=Users authorization path: OAuthEditorGeneralTab.issuerURI=Issuer URI: OAuthEditorGeneralTab.issuerURIPlaceholder=Typically the token endpoint URL should be used OAuthEditorGeneralTab.idTokenExpiration=OIDC Id token expiration (s): OAuthEditorGeneralTab.refreshTokenExpiration=Refresh token expiration (s): OAuthEditorGeneralTab.refreshTokenExpirationDescription=If is set to 0 refresh tokens will have an unlimited lifetime. OAuthEditorGeneralTab.refreshTokenRotationForPublicClients=Allow public clients to obtain refresh tokens (with mandatory tokens rotation) OAuthEditorGeneralTab.codeTokenExpiration=Code token expiration (s): OAuthEditorGeneralTab.accessTokenExpiration=Access token expiration (s): OAuthEditorGeneralTab.openIDConnect=OpenID connect OAuthEditorGeneralTab.skipConsentScreen=Skip consent screen OAuthEditorGeneralTab.signingCredential=Signing credential: OAuthEditorGeneralTab.signingAlgorithm=Token signing algorithm: OAuthEditorGeneralTab.signingSecret=Signing secret: OAuthEditorGeneralTab.supportExtendTokenValidity=Auto extending of access token validity OAuthEditorGeneralTab.maxExtendAccessTokenValidity=Extend up to (s): OAuthEditorGeneralTab.allowForWildcardsInAllowedURI=Allow for wildcards in return url OAuthEditorGeneralTab.accessTokenFormat=Access token format: OAuthEditorGeneralTab.allowForUnauthenticatedRevocation:Allow for unauthenticated token revocation for confidential clients OAuthEditorGeneralTab.refreshTokenIssuePolicy=Refresh token issue policy: OAuthEditorGeneralTab.refreshTokenIssuePolicy.NEVER=Never OAuthEditorGeneralTab.refreshTokenIssuePolicy.ALWAYS=Always OAuthEditorGeneralTab.refreshTokenIssuePolicy.OFFLINE_SCOPE_BASED=Offline scope based OAuthEditorGeneralTab.privateKeyError=The private key must be {0} if one of {1} signingAlgorithm is used OAuthEditorGeneralTab.credentialError=Invalid credential OAuthEditorGeneralTab.importantURLs=Important URLs: OAuthEditorGeneralTab.tokenEndpointPath=Token Endpoint: OAuthEditorGeneralTab.metadataLink=OAuth metadata: OAuthEditorGeneralTab.userAuthnEndpointPath=User AuthN Endpoint: OAuthEditorGeneralTab.scopes=Scopes OAuthEditorGeneralTab.advanced=Advanced OAuthEditorGeneralTab.attributeToClaimsMapping=Attributes to claims mapping OAuthEditorGeneralTab.identityTypeForSubject=Identity type for sub claims: OAuthEditorGeneralTab.scopeName=Name OAuthEditorGeneralTab.scopeDescription=Description OAuthEditorGeneralTab.scopeAttributes=Attributes OAuthEditorGeneralTab.scopeBlockedToAdd={0} can not be manually added OAuthEditorGeneralTab.scopeEnabled=Enabled OAuthSystemScopeProvider.openidScopeDesc=Signing in OAuthSystemScopeProvider.offlineAccessScopeDesc=Allow for offline access to your resources, after you log out OAuthEditorClientsTab.authentication=Authentication OAuthEditorClientsTab.clientsGroup=Clients group: OAuthEditorClientsTab.groupChangeConfirmationQuestion=WARNING: setting this to different value will cause clients configuration to be replaced. Do you want to continue? ClientsComponent.name=Name ClientsComponent.type=Type ClientsComponent.enabledGrants=Enabled Grants EditOAuthClientSubView.client=OAuth client EditOAuthClientSubView.newClient=New OAuth client EditOAuthClientSubView.invalidConfiguratio=Invalid configuration of OAuth client EditOAuthClientSubView.name=Name: EditOAuthClientSubView.id=Client id: EditOAuthClientSubView.secret=Client secret: EditOAuthClientSubView.allowedFlows=Allowed Flows: EditOAuthClientSubView.type=Client type: EditOAuthClientSubView.authorizedRedirectURIs=Authorized redirect URIs: EditOAuthClientSubView.title=Title: EditOAuthClientSubView.consentScreen=Consent screen EditOAuthClientSubView.invalidClientId=Client id is already used EditOAuthClientSubView.invalidConfiguration=Invalid configuration of OAuth client EditOAuthClientSubView.confirmAddClient=Please make sure to copy the secret key of the client. For security reasons it won''t be possible to access it \ anymore after leaving this view.

You may always reset the credential later on, to obtain a new value. EditOAuthClientSubView.goBack=Go back EditOAuthClientSubView.goBackTooltip=I still have to copy the secret. EditOAuthClientSubView.confirm=Confirm EditOAuthClientSubView.confirmTooltip=I have the secret copied. EditOAuthClientSubView.generate=Generate EditOAuthClientSubView.allowAllScopes=Allow all scopes EditOAuthClientSubView.allowedScopes=Allowed scopes: EditOAuthClientSubView.invalidAllowedScopes=Invalid allowed scopes OAuthEditorUsersTab.entity=Entity OAuthEditorUsersTab.identity=Identity OAuthEditorUsersTab.identityType=Identity type OAuthEditorUsersTab.status=Status OAuthEditorUsersTab.advancedAttributeReleaseControl=Advanced User Control of released attributes OAuthEditorUsersTab.serviceProviderName=Service provider OAuthEditorUsersTab.singleActiveValueSelection=Single active value selection OAuthEditorUsersTab.multipleActiveValueSelection=Multiple active values selection OAuthEditorUsersTab.client=Client OAuthEditorUsersTab.usersGroup=Group: ShowOAuthTokensAction.name=OAuth tokens ShowOAuthTokensAction.displayedName=OAuth tokens OAuthTokenController.getTokensError=Can not get oauth tokens for service {0} OAuthTokenController.removeTokenError=Can not remove token with value {0} OAuthTokenGrid.confirmDelete=Are you sure that you want to delete selected OAuth tokens? OAuthMessageAreaProvider.displayedName=OAuth AudienceInfoComponent.infoHeader=The {0} will be operating on the following 3rd party services: BearerRetrievalBase.tokenNotFound=Invalid or missing access token in HTTP Bearer Authorization header RESTBearerTokenAndPasswordRetrieval.basicAuthNotFound=No HTTP BASIC auth header was found RESTBearerTokenAndPasswordRetrieval.invalidBasicAuth=Invalid HTTP BASIC auth header was found OAuthApplicationProvider.accessTokenLabel=Access token OAuthApplicationProvider.refreshTokenLabel=Refresh token OAuthApplicationProvider.issuedOn=Issued on OAuthApplicationProvider.expiresOn=Expires on OAuthEditorGeneralTab.trustedUpstreamASes=Trusted upstream Authorization Servers OAuthEditorGeneralTab.trustedUpstreamASesURL=URL TrustedUpstreamEditor.clientId=Client id TrustedUpstreamEditor.clientSecret=Client secret TrustedUpstreamEditor.metadataURL=Metadata URL TrustedUpstreamEditor.issuerURI=Issuer URI TrustedUpstreamEditor.endpointURL=Introspection endpoint URL TrustedUpstreamEditor.certificate=Certificate TrustedUpstreamEditor.mode.manual=Manual TrustedUpstreamEditor.mode.metadata=Metadata TrustedUpstreamEditor.clientTrustStore=Client truststore TrustedUpstreamEditor.clientHostnameChecking=Client hostname checking TrustedUpstreamEditor.mode=Configuration mode TrustStore.default=Default Java platform truststore




© 2015 - 2025 Weber Informatics LLC | Privacy Policy