- 03 Jan, 2018 1 commit
-
-
Etienne Dysli Metref authored
No changes besides the IdP version.
-
- 31 Aug, 2017 3 commits
-
-
Etienne Dysli Metref authored
Add two closely IdP-related artifacts to the BOM: - net.shibboleth.ext:spring-extensions:5.3.0 - net.shibboleth.utilities:java-support:7.3.0
-
Etienne Dysli Metref authored
-
Etienne Dysli Metref authored
Add a `distributionManagement` section to shibboleth-idp-bom in order to be able to deploy it to our Nexus repository.
-
- 06 Mar, 2017 5 commits
-
-
Etienne Dysli Metref authored
-
Etienne Dysli Metref authored
Jenkins says: > WARNING: The properties step will remove all JobPropertys currently > configured in this job, either from the UI or from an earlier > properties step. > This includes configuration for discarding old builds, parameters, > concurrent builds and build triggers. > WARNING: Removing existing job property 'GitLab connection' > WARNING: Removing existing job property 'Build triggers'
-
Etienne Dysli Metref authored
-
Etienne Dysli Metref authored
-
Etienne Dysli Metref authored
Add a block to the 'stage' step, using it without a block is deprecated.
-
- 01 Dec, 2016 8 commits
-
-
Etienne Dysli Metref authored
Issue-Id: #3787
-
Etienne Dysli Metref authored
Issue-Id: #3787
-
Etienne Dysli Metref authored
-
Etienne Dysli Metref authored
8cb0989 Release version 1.1.0 git-subtree-dir: tinyradius git-subtree-split: c649d767aa63b6095a31a3a12bb974ab37de64a7
-
Etienne Dysli Metref authored
Replace 'mockito-all' with 'mockito-core' because it is deprecated. Also update to the latest 2.2.x release.
-
Etienne Dysli Metref authored
Rename all occurences of "sendsms[otp]" to "requestsmsotp" to better reflect the intent of the action from the user's point of view. - view: change event ID - flow definition: update event ID in transition, change bean name - flow beans: update bean name - flow tests: update event ID, rename methods - rename class `SendSmsOtp` to `RequestSmsOtp` - rename test class `SendSmsOtpTest` to `RequestSmsOtpTest`
-
Etienne Dysli Metref authored
Issue-Id: #3785
-
Etienne Dysli Metref authored
Changed the property name (for looking up the button's text) and default text to better reflect the intent of a user clicking this button. 'idp.login.sendsms' -> 'idp.login.requestsms' Issue-Id: #3785
-
- 29 Nov, 2016 2 commits
-
-
Etienne Dysli Metref authored
Otherwise, if a wrong OTP was previously submitted, two messages are displayed together: "wrong password" and "SMS OTP sent", but only the latter is current. Issue-Id: #3784
-
Etienne Dysli Metref authored
The `SendSmsOtp` action bean registers the event 'sms_otp_sent' after it requests an OTP via RADIUS. The `otp-login` view now checks for the presence of this event in the context tree and displays the message corresponding to the key `idp.login.sms_otp_sent` if it's present. Issue-id: #3784
-
- 28 Nov, 2016 4 commits
-
-
Etienne Dysli Metref authored
It is better to see what you type for an OTP. Also fix the label's `for` attribute for the same field.
-
Etienne Dysli Metref authored
Issue-Id: #3749
-
Etienne Dysli Metref authored
Also renamed flow states and view for clarity. Issue-Id: #3749
-
Etienne Dysli Metref authored
Preparation for renaming the 'simple' flow. Issue-Id: #3749
-
- 25 Nov, 2016 4 commits
-
-
Etienne Dysli Metref authored
Replace the development authentication context class 'https://mfa-dev.ed.switch.ch/idp/mfa/simple' with the InCommon MFA Profile 'http://id.incommon.org/assurance/mfa'. Issue-Id: #3751
-
Etienne Dysli Metref authored
It is executed on the 'sendsms' event and use the OtpValidator to request an OTP via SMS. Some code duplicated from `SimpleValidationAction` and `SimpleValidationActionTest`... Issue-Id: #3722
-
Etienne Dysli Metref authored
Add method to request an OTP via SMS to the `OtpValidator` interface, implement it in `TinyRadiusOtpValidator`, `AcceptingOtpValidator` and `RejectingOtpValidator`. Issue-Id: #3722
-
Etienne Dysli Metref authored
-
- 24 Nov, 2016 1 commit
-
-
Etienne Dysli Metref authored
It allows executing an action while looping back to the same view. Issue-Id: #3722
-
- 14 Nov, 2016 2 commits
-
-
Etienne Dysli Metref authored
Added the following variables to `DisplayOTPForm` state: - authenticationWarningContext - custom - environment - extendedAuthenticationFlows - ldapResponseContext - response - rpUIContext `SimpleFlowTest` now needs a `RelyingPartyUIContext` subcontext to pass. New test dependency on `net.shibboleth.idp:idp-ui`. Issue-Id: #3776
-
Etienne Dysli Metref authored
- Override `doPreExecute()` in `SimpleValidationAction` to check for missing `OtpContext` or empty OTP, like `net.shibboleth.idp.authn.AbstractUsernamePasswordValidationAction` does. - Attach a `ClassifiedMessageMap` bean to `SimpleValidationAction` to map error messages to a key in `messages/authn-messages.properties` ("InvalidPassword"). Issue-Id: #3756
-
- 11 Nov, 2016 2 commits
-
-
Etienne Dysli Metref authored
Instead transition from 'validate' to 'DisplayOTPForm' becomes the default. Every event but 'proceed' will go back to the form view. It is done this way in the Password flow. Issue-Id: #3756
-
Etienne Dysli Metref authored
Issue-Id: #3756
-
- 29 Sep, 2016 1 commit
-
-
Etienne Dysli Metref authored
New location for anonymous read-only access since the previous one has a tendency to stop working. Moreover, GitLab also provides HTTPS access which is more convenient.
-
- 22 Sep, 2016 3 commits
-
-
Etienne Dysli Metref authored
Issue-Id: #3747
-
Etienne Dysli Metref authored
Issue-id: #3757
-
Etienne Dysli Metref authored
Issue-Id: #3755
-
- 15 Sep, 2016 4 commits
-
-
Etienne Dysli Metref authored
Issue-Id: #3742
-
Etienne Dysli Metref authored
Issue-Id: #3742
-
Etienne Dysli Metref authored
New properties: - idp.radius.host - idp.radius.secret `SimpleFlowTest` overwrites the `RadiusOtpValidator` bean to avoid depending on a real RADIUS server during tests. Issue-Id: #3742
-
Etienne Dysli Metref authored
Uses `org.tinyradius.util.RadiusClient.authenticate(username, otp)`. Issue-Id: #3742
-