Displaying 6 results from an estimated 6 matches for "481f".
Did you mean:
481
2019 Dec 06
4
Dovecot & OAuth
I changed some of the tls options following the document, now config is
following:
tokeninfo_url =
https://keycloak.com/auth/realms/mail/protocol/openid-connect/token
introspection_url =
https://dovecot:7598e21b-ec34-481f-80d0-059bddae0923 at keycloak.com/auth/realms/demo/protocol/openid-connect/token/introspect
introspection_mode = post
debug = yes
rawlog_dir = /tmp/oauth2
#force_introspection = yes
username_attribute = username
#active_attribute = active
#active_value = true
tls_ca_cert_file = /etc/pki/CA/certs/in...
2019 Dec 08
2
Dovecot & OAuth
...ng:
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> tokeninfo_url = https://keycloak.com/auth/realms/mail/protocol/openid-connect/token
>>>> introspection_url = https://dovecot:7598e21b-ec34-481f-80d0-059bddae0923 at keycloak.com/auth/realms/demo/protocol/openid-connect/token/introspect
>>>> introspection_mode = post
>>>> debug = yes
>>>> rawlog_dir = /tmp/oauth2
>>>> #force_introspection = yes
>>>> username_attribute = username
&g...
2013 Nov 22
0
Puppet Enterprise 3.1 Install Issues
...you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/f3a357ea-4665-481f-a5b3-98b193494bd9%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
2019 Dec 06
0
Dovecot & OAuth
...onfig is following:
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > > tokeninfo_url = https://keycloak.com/auth/realms/mail/protocol/openid-connect/token
> > > introspection_url = https://dovecot:7598e21b-ec34-481f-80d0-059bddae0923 at keycloak.com/auth/realms/demo/protocol/openid-connect/token/introspect
> > > introspection_mode = post
> > > debug = yes
> > > rawlog_dir = /tmp/oauth2
> > > #force_introspection = yes
> > > username_attribute = username
> &...
2019 Dec 10
0
Dovecot & OAuth
...;
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>> tokeninfo_url =
> https://keycloak.com/auth/realms/mail/protocol/openid-connect/token
> >>>> introspection_url =
> https://dovecot:7598e21b-ec34-481f-80d0-059bddae0923 at keycloak.com/auth/realms/demo/protocol/openid-connect/token/introspect
> >>>> introspection_mode = post
> >>>> debug = yes
> >>>> rawlog_dir = /tmp/oauth2
> >>>> #force_introspection = yes
> >>>> usernam...
2019 Dec 05
2
Dovecot & OAuth
Hi all,
We'd like to enable OAuth with Keycloak in Dovecot, after enabling
'OAUTHBEARER XOAUTH2' in Dovecot based on online document, I can confirm
Dovecot is ready for OAuth using openssl command, however when the auth
request comes in, it failed in establishing a SSL connection with Keycloak
server on port 443, shown as following in debug logs. I can confirming
using commands