What may be the issue
# talk-kratos
b
What may be the issue
b
Hi, could you post your configuration (
kratos.yml
) file, please?
b
version: v0.7.1-alpha.1 dsn: memory serve: public: base_url: http://127.0.0.1:4433/ cors: enabled: true admin: base_url: http://kratos:4434/ selfservice: default_browser_return_url: http://127.0.0.1:4455/ allowed_return_urls: - http://127.0.0.1:4455 methods: password: enabled: true oidc: enabled: true config: providers: - id: google # this is
<provider-id>
in the Authorization callback URL. DO NOT CHANGE IT ONCE SET!
provider: google client_id: ** client_secret: ** mapper_url: file:///etc/config/kratos/oidc.google.jsonnet scope: - email - profile # other supported scopes can be found in Google OAuth 2.0 dev docs requested_claims: id_token: email: essential: true email_verified: essential: true given_name: essential: true family_name: null hd: null # If you want the G Suite domain flows: error: ui_url: http://127.0.0.1:4455/error settings: ui_url: http://127.0.0.1:4455/settings privileged_session_max_age: 15m recovery: enabled: true ui_url: http://127.0.0.1:4455/recovery verification: enabled: true ui_url: http://127.0.0.1:4455/verification after: default_browser_return_url: http://127.0.0.1:4455/ logout: after: default_browser_return_url: http://127.0.0.1:4455/login login: ui_url: http://127.0.0.1:4455/login lifespan: 10m registration: lifespan: 10m ui_url: http://127.0.0.1:4455/registration after: password: hooks: - hook: session log: level: debug format: text leak_sensitive_values: true secrets: cookie: - PLEASE-CHANGE-ME-I-AM-VERY-INSECURE cipher: - 32-LONG-SECRET-NOT-SECURE-AT-ALL ciphers: algorithm: xchacha20-poly1305 hashers: algorithm: bcrypt bcrypt: cost: 8 identity: default_schema_id: default schemas: - id: default url: file:///etc/config/kratos/identity.schema.json courier: smtp: connection_uri: smtps://test:test@mailslurper:1025/?skip_ssl_verify=true
I ADDED THIS OIDC CONFIG STILL THE SELF SERVICE NODE UI NOT SHOWING THE SIGN IN WITH GOOGLE BUTTONS