Hello, docs here 
https://apereo.github.io/cas/6.6.x/notifications/SMS-Messaging-Configuration-REST.html
 
says that it just sends with these arguments and expects a HTTP 200 return 
from it, now i don't know if this works with 6.1.4, but if it does, i'm 
guessing you may need to write a mini adapter like service to convert and 
relay the information to your provider. I asked for an example from ai: 
https://g.co/gemini/share/120e27a43fb7 

Or if you have time and patience to generate an overlay project and set up 
CommunicationsManager and SmsSender to your needs, you can have that option 
too.

Hope it helps.

4 Temmuz 2024 Perşembe tarihinde saat 13:03:53 UTC+3 itibarıyla artur mis 
şunları yazdı:

> Have you managed this?  I looking for solution  mfa+sms,  sms providers 
> not form the  appero  payable  list. It looks the sms-provider could be  
> managable but i struugle with it too . I think the problem is to flow to 
> sms-provider  but who knows.
>
> On Wednesday, March 4, 2020 at 7:34:25 PM UTC+1 Stewart wrote:
>
>> Well, looks worse than I originally thought.  I'm unable to (broken? or 
>> am I doing something wrong) get ANY SMS provider to be called when 
>> configured.
>>
>>
>> On Friday, February 28, 2020 at 4:44:18 PM UTC-8, Stewart wrote:
>>>
>>> Hi All,
>>>
>>> Using CAS 6.1.4, I've been attempting to get the "simple multifactor 
>>> authentication" to send SMS via a RESTful interface.  I'm able to get it to 
>>> send via email, and I'm able to curl the provider with a hand-crafted 
>>> version of the JSON that CAS should be sending - both work, but it appears 
>>> that that the REST call is never sent from CAS for sending SMS.  The log 
>>> files are not helpful (they simple say that CAS failed to send via SMS or 
>>> Mail).  My configuration is:
>>>
>>> cas.authn.mfa.simple=mfa-simple
>>> cas.authn.mfa.simple.order=2
>>> cas.authn.mfa.simple.timeToKillInSeconds=60
>>> cas.authn.mfa.simple.tokenLength=6
>>> cas.authn.mfa.simple.sms.from=1XXXXXXXXXX
>>> cas.authn.mfa.simple.sms.text=Your one-time authorization token is: %s
>>> cas.authn.mfa.simple.sms.attributeName=mobile
>>> cas.smsProvider.rest.method=POST
>>> cas.smsProvider.rest.basicAuthUsername=XXXXXXXXX
>>> cas.smsProvider.rest.basicAuthPassword=XXXXXXXXXXXXXXXXXXXX
>>> cas.smsProvider.rest.url=https://myprovider.com/endpoint
>>> The log files show the attribute 'mobile' has the proper value in it.
>>>
>>> Has anyone managed to get this working?  What am I doing incorrectly?
>>>
>>

-- 
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/af12e661-975c-45cc-8b48-d742a214de0dn%40apereo.org.

Reply via email to